diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-04-26 20:08:06 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-04-26 20:08:06 +0300 |
commit | d60eec2c2cd453ecbaee7883a272479792875465 (patch) | |
tree | e69ce19116c4d7eb043c33bc577866959bc87b43 /src/net/eathena/playerhandler.h | |
parent | 5560a44ff5beea4fc2b88a589a3f915b9d0555d2 (diff) | |
download | plus-d60eec2c2cd453ecbaee7883a272479792875465.tar.gz plus-d60eec2c2cd453ecbaee7883a272479792875465.tar.bz2 plus-d60eec2c2cd453ecbaee7883a272479792875465.tar.xz plus-d60eec2c2cd453ecbaee7883a272479792875465.zip |
fix code style more.
Diffstat (limited to 'src/net/eathena/playerhandler.h')
-rw-r--r-- | src/net/eathena/playerhandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/playerhandler.h b/src/net/eathena/playerhandler.h index 4ea630a60..4e82d7067 100644 --- a/src/net/eathena/playerhandler.h +++ b/src/net/eathena/playerhandler.h @@ -53,7 +53,7 @@ class PlayerHandler final : public MessageHandler, public Ea::PlayerHandler void setDirection(const unsigned char direction) const override; void setDestination(const int x, const int y, const int direction) const override; - void changeAction(const Being::Action action) const override; + void changeAction(const Being::Action &action) const override; void updateStatus(const uint8_t status) const override; void processPlayerShortcuts(Net::MessageIn &msg) const; |