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 afd532d..cd32568 100644
--- a/include/value.h
+++ b/include/value.h
@@ -361,7 +361,7 @@ public:
* Change the internal type of the variable
* @param Type
*/
- virtual Value &setType(Type type);
+ virtual Value &setType(Type type) &;
/**
* Make a clone of the value with the same type