diff options
Diffstat (limited to '')
-rw-r--r-- | source/cPlayer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/cPlayer.h b/source/cPlayer.h index c1420023e..50a92f44f 100644 --- a/source/cPlayer.h +++ b/source/cPlayer.h @@ -23,7 +23,8 @@ class cPlayer : public cPawn //tolua_export { //tolua_export public: typedef cPawn super; - CLASS_PROTOTYPE(); + + CLASS_PROTOTYPE() cPlayer(cClientHandle * a_Client, const AString & a_PlayerName); virtual ~cPlayer(); |