summaryrefslogtreecommitdiff
path: root/src/object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object.cpp')
-rw-r--r--src/object.cpp5
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;
}