summaryrefslogtreecommitdiff
path: root/documentation/magic-interfaces.html
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-13 09:50:10 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-13 09:50:10 +0100
commit9df186180f25313d2182ef7a0bb807875888892c (patch)
tree723d667aef52ef4e57ea252bb780145f651490aa /documentation/magic-interfaces.html
parent01fa31d24d6669ee30ccb897a0a7f438bcbe59f0 (diff)
added serializable class (but not yet implemented it)
Diffstat (limited to 'documentation/magic-interfaces.html')
-rw-r--r--documentation/magic-interfaces.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/magic-interfaces.html b/documentation/magic-interfaces.html
index 454d93e..d793856 100644
--- a/documentation/magic-interfaces.html
+++ b/documentation/magic-interfaces.html
@@ -67,7 +67,7 @@ private:
public:
/**
- * C++ constructor and C++ destructpr
+ * C++ constructor and C++ destructor
*/
Counter() {}
virtual ~Counter() {}