summaryrefslogtreecommitdiff
path: root/include/class.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-01 10:32:26 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-01 10:32:26 +0100
commitc8d1519f31baed0fb399dac9333e48e2f9e910ad (patch)
tree1e2192f0b91d55512d26f4a14c8eae6b5a1f6ece /include/class.h
parent73945a9cb2b096a5379d17c028bda102b87aedce (diff)
namespace implementation, compile issue for php 5.4 and higher
Diffstat (limited to 'include/class.h')
-rw-r--r--include/class.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/class.h b/include/class.h
index 51cfb46..1ac4f00 100644
--- a/include/class.h
+++ b/include/class.h
@@ -41,6 +41,8 @@ public:
* @param name Name of the class
*/
Class(const char *name) : ClassBase(name) {}
+
+ // @todo add copy and move constructor
/**
* Destructor