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, 2 insertions, 0 deletions
diff --git a/include/value.h b/include/value.h
index e61750b..3aad995 100644
--- a/include/value.h
+++ b/include/value.h
@@ -164,6 +164,8 @@ public:
Value &operator=(const std::string &value);
Value &operator=(const char *value);
Value &operator=(double value);
+ Value &operator=(const HashMember<std::string> &value);
+ Value &operator=(const HashMember<int> &value);
/**
* Add a value to the object