summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/hashmember.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hashmember.h b/include/hashmember.h
index 6603b57..9a2d5e8 100644
--- a/include/hashmember.h
+++ b/include/hashmember.h
@@ -443,7 +443,7 @@ public:
virtual void set(int index, const Value &value) override
{
// get the current value
- Value current(value());
+ Value current(this->value());
// add the value
current[index] = value;