summaryrefslogtreecommitdiff
path: root/include/object.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-06 15:31:44 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-06 15:31:44 +0100
commitfe608d22a5caafb8f36464a3d0e903674c3b4586 (patch)
tree23e7cee7a0ab6174e289eab7a1df517914096a8a /include/object.h
parentabaaedfe6b610e6a9cb9d7eff248996347400f93 (diff)
changes to documentation
Diffstat (limited to 'include/object.h')
-rw-r--r--include/object.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/object.h b/include/object.h
index ff2f7c1..a4d3c5a 100644
--- a/include/object.h
+++ b/include/object.h
@@ -76,6 +76,12 @@ public:
Object(const char *name, Base *base);
/**
+ * Wrap around an object implemented by us
+ * @param object Object to be wrapped
+ */
+ Object(Base *base) : Value(base) {}
+
+ /**
* Constructor to create a new instance
*
* This constructor comes in many different forms, to support all possible