summaryrefslogtreecommitdiff
path: root/src/net/eathena/maphandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/maphandler.h')
-rw-r--r--src/net/eathena/maphandler.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/net/eathena/maphandler.h b/src/net/eathena/maphandler.h
index 2895087e4..668e06df5 100644
--- a/src/net/eathena/maphandler.h
+++ b/src/net/eathena/maphandler.h
@@ -39,10 +39,10 @@ class MapHandler final : public Net::MapHandler
void destroyInstance() const override final;
- void camera(int action,
- float range,
- float rotation,
- float latitude) const override final;
+ void camera(const int action,
+ const float range,
+ const float rotation,
+ const float latitude) const override final;
void clientVersion(const int version) const override final;
};