aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Decoration.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Decoration.h')
-rw-r--r--src/Decoration.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Decoration.h b/src/Decoration.h
index 03c06c0e0..9f3473a3d 100644
--- a/src/Decoration.h
+++ b/src/Decoration.h
@@ -42,7 +42,7 @@ public:
int GetCurrentValue() { return currentValue; }
// Returns true if some values may have changed
- bool FillRange(int position, int value, int fillLength);
+ bool FillRange(int &position, int value, int &fillLength);
void InsertSpace(int position, int insertLength);
void DeleteRange(int position, int deleteLength);