summaryrefslogtreecommitdiff
path: root/src/game-server/mapcomposite.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/mapcomposite.hpp')
-rw-r--r--src/game-server/mapcomposite.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game-server/mapcomposite.hpp b/src/game-server/mapcomposite.hpp
index 663271dd..84fbb2d0 100644
--- a/src/game-server/mapcomposite.hpp
+++ b/src/game-server/mapcomposite.hpp
@@ -154,12 +154,12 @@ class MapComposite {
/**
* Inserts an object on the map and sets its public ID.
*/
- bool insert(ObjectPtr);
+ bool insert(Object *);
/**
* Removes an object from the map.
*/
- void remove(ObjectPtr);
+ void remove(Object *);
/**
* Updates zones of every moving beings.