summaryrefslogtreecommitdiff
path: root/include/value.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/value.h')
-rw-r--r--include/value.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/value.h b/include/value.h
index 36f82af..34ac510 100644
--- a/include/value.h
+++ b/include/value.h
@@ -117,7 +117,7 @@ public:
* Wrap around an object implemented by us
* @param object Object to be wrapped
*/
- Value(Base *base);
+ Value(const Base *base);
/**
* Copy constructor