diff options
Diffstat (limited to 'src/net/ea/beinghandler.h')
-rw-r--r-- | src/net/ea/beinghandler.h | 3 |
1 files changed, 2 insertions, 1 deletions
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, |