From 48c00fdaee566cc77891cfbdbc4de2d822e039b8 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Fri, 21 Dec 2012 22:04:31 +0000 Subject: [PATCH] Fixed linux compilation git-svn-id: http://mc-server.googlecode.com/svn/trunk@1094 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/Player.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/Player.h b/source/Player.h index 1bc166652..66c1d1820 100644 --- a/source/Player.h +++ b/source/Player.h @@ -30,8 +30,6 @@ public: } ; // tolua_end - typedef cPawn super; - CLASS_PROTODEF(cPlayer) cPlayer(cClientHandle * a_Client, const AString & a_PlayerName);