diff options
Diffstat (limited to 'sigmod/Object.cpp')
| -rw-r--r-- | sigmod/Object.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sigmod/Object.cpp b/sigmod/Object.cpp index 35e68b8d..de1b6a0e 100644 --- a/sigmod/Object.cpp +++ b/sigmod/Object.cpp @@ -32,6 +32,10 @@ Sigmod::Object::Object(const Object* parent, const int id) : { } +Sigmod::Object::~Object() +{ +} + const Sigmod::Object* Sigmod::Object::parent() const { return m_parent; |
