summaryrefslogtreecommitdiffstats
path: root/source/Player.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Player.h')
-rw-r--r--source/Player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Player.h b/source/Player.h
index 105e7d0a1..2a1797c79 100644
--- a/source/Player.h
+++ b/source/Player.h
@@ -40,7 +40,7 @@ public:
cPlayer(cClientHandle * a_Client, const AString & a_PlayerName);
virtual ~cPlayer();
- virtual bool Initialize(cWorld * a_World); // tolua_export
+ virtual bool Initialize(cWorld * a_World) override;
virtual void SpawnOn(cClientHandle & a_Client) override;