From f1eb7da396f7a856006c15254216b5867ea23bc9 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 19 Apr 2007 13:21:08 +0000 Subject: Optimized indicator changing with separate SC_MOD_CHANGEINDICATOR notification flag. --- src/Decoration.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Decoration.cxx') diff --git a/src/Decoration.cxx b/src/Decoration.cxx index 3d23833cc..6f19119e1 100644 --- a/src/Decoration.cxx +++ b/src/Decoration.cxx @@ -107,7 +107,7 @@ void DecorationList::SetCurrentValue(int value) { currentValue = value ? value : 1; } -bool DecorationList::FillRange(int position, int value, int fillLength) { +bool DecorationList::FillRange(int &position, int value, int &fillLength) { if (!current) { current = DecorationFromIndicator(currentIndicator); if (!current) { -- cgit v1.2.3