From 2a72c5c8384d23cad054058ba0066ef5b163694e Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Fri, 3 Aug 2012 11:53:11 +0000 Subject: Fixed a few gcc pedantic warnings; made BLOCKTYPE an unsigned char type. git-svn-id: http://mc-server.googlecode.com/svn/trunk@711 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cPlayer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/cPlayer.h') 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(); -- cgit v1.2.3