aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Decoration.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Decoration.cxx')
-rw-r--r--src/Decoration.cxx2
1 files changed, 1 insertions, 1 deletions
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) {