diff options
Diffstat (limited to 'src/object.cpp')
-rw-r--r-- | src/object.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object.cpp b/src/object.cpp index fc156e7e..571f48de 100644 --- a/src/object.cpp +++ b/src/object.cpp @@ -140,7 +140,7 @@ Object::getStatistics(void) } const unsigned int -Object::getMapId() { +Object::getMap() { return mMapId; } |