summaryrefslogtreecommitdiff
path: root/src/net/tmwa/adminhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/adminhandler.h')
-rw-r--r--src/net/tmwa/adminhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/adminhandler.h b/src/net/tmwa/adminhandler.h
index 79f41dece..53fd4831f 100644
--- a/src/net/tmwa/adminhandler.h
+++ b/src/net/tmwa/adminhandler.h
@@ -50,7 +50,7 @@ class AdminHandler : public MessageHandler, public Ea::AdminHandler
void localAnnounce(const std::string &text);
- void hide(bool hide);
+ void hide(bool h);
void kick(int playerId);
};