summaryrefslogtreecommitdiff
path: root/common/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/object.h')
-rwxr-xr-xcommon/object.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/object.h b/common/object.h
index 10c5f17..24a6cdb 100755
--- a/common/object.h
+++ b/common/object.h
@@ -143,6 +143,7 @@ public:
LC_OBJECT_TYPE GetType () const
{ return m_nObjectType; }
+ virtual const char* GetName() const = 0;
/*
// For linked lists
Object* m_pNext;