summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMartijn Otto <martijn.otto@copernica.com>2014-02-13 16:36:13 +0100
committerMartijn Otto <martijn.otto@copernica.com>2014-02-13 16:36:13 +0100
commit5c23fee5ce58ae66a70f3bd19a1dc2dff7220f13 (patch)
tree3b9a8a47a91974d95ba3650705999ae744bc47bd /include
parent1a557938e18fb3cf60fbfb7471448fff3ea61c03 (diff)
Added an assignment operator to Value for nullptr
Diffstat (limited to 'include')
-rw-r--r--include/value.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/value.h b/include/value.h
index 0990e82..ff18d4e 100644
--- a/include/value.h
+++ b/include/value.h
@@ -94,6 +94,7 @@ public:
* @param value
* @return Value
*/
+ Value &operator=(std::nullptr_t value);
Value &operator=(const Value &value);
Value &operator=(int16_t value);
Value &operator=(int32_t value);