summaryrefslogtreecommitdiff
path: root/include/hashmember.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hashmember.h')
-rw-r--r--include/hashmember.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/hashmember.h b/include/hashmember.h
index a61865c..9933445 100644
--- a/include/hashmember.h
+++ b/include/hashmember.h
@@ -350,6 +350,8 @@ private:
*/
HashMember(const Value *base, Type index) : _base(*base), _index(index) {}
+ // @todo add move constructor
+
/**
* Protected copy constructor
* @param value Other element
@@ -389,7 +391,7 @@ private:
* Only value objects may construct members
*/
friend class Value;
- friend class Properties;
+ friend class Base;
};