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 ea56487..5c34406 100644
--- a/include/value.h
+++ b/include/value.h
@@ -1071,7 +1071,7 @@ private:
* Refcount - the number of references to the value
* @return int
*/
- int refcount();
+ int refcount() const;
protected:
/**