diff options
Diffstat (limited to 'src/object.cpp')
-rw-r--r-- | src/object.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/object.cpp b/src/object.cpp index 1eb31fc4..82be242a 100644 --- a/src/object.cpp +++ b/src/object.cpp @@ -139,8 +139,9 @@ Object::getStatistics(void) return mStats; } -const unsigned int -Object::getMapId() { +unsigned int +Object::getMapId() const +{ return mMapId; } |