summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/expressionnodefactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/expressionnodefactory.cxx')
-rw-r--r--slideshow/source/engine/expressionnodefactory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/expressionnodefactory.cxx b/slideshow/source/engine/expressionnodefactory.cxx
index 5f185d378009..2be231aed327 100644
--- a/slideshow/source/engine/expressionnodefactory.cxx
+++ b/slideshow/source/engine/expressionnodefactory.cxx
@@ -54,7 +54,7 @@ namespace slideshow
}
private:
- double maValue;
+ double const maValue;
};
class TValueExpression : public ExpressionNode