diff options
Diffstat (limited to 'meowpp/oo/ObjBase.h')
-rw-r--r-- | meowpp/oo/ObjBase.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meowpp/oo/ObjBase.h b/meowpp/oo/ObjBase.h index 8bd0f1c..2c8cb70 100644 --- a/meowpp/oo/ObjBase.h +++ b/meowpp/oo/ObjBase.h @@ -11,6 +11,7 @@ namespace meow{ public: virtual ~ObjBase(){ } // + virtual ObjBase* create() const = 0; virtual char const* ctype() const{ static char const* ptr = typeid(*this).name(); return ptr; |