summaryrefslogtreecommitdiff
path: root/include/class.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/class.h')
-rw-r--r--include/class.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/class.h b/include/class.h
index 8bc034c..8c78069 100644
--- a/include/class.h
+++ b/include/class.h
@@ -186,7 +186,7 @@ public:
* @param interface Interface object
* @return Class Same object to allow chaining
*/
-// Class<T> &implements(const Interface &interface) { ClassBase::implements(interface); return *this; }
+ Class<T> &implements(const Interface &interface) { ClassBase::implements(interface); return *this; }
/**
* Add a base class