From 168791f290e5672066c73dc516e4bcaea9ef6893 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 17 Oct 2013 20:14:33 +0300 Subject: fix const in beinghandler. --- src/net/ea/beinghandler.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/net') diff --git a/src/net/ea/beinghandler.h b/src/net/ea/beinghandler.h index c27d7c2da..41cc2842b 100644 --- a/src/net/ea/beinghandler.h +++ b/src/net/ea/beinghandler.h @@ -36,7 +36,8 @@ class BeingHandler : public Net::BeingHandler protected: explicit BeingHandler(const bool enableSync); - virtual Being *createBeing(int id, int16_t job) const A_WARN_UNUSED; + Being *createBeing(const int id, + const int16_t job) const A_WARN_UNUSED; virtual void setSprite(Being *const being, const unsigned int slot, const int id, -- cgit v1.2.3-70-g09d2