From 575f72d978c700e4bedb46f4083bf1c24726640e Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Mon, 5 Jul 2010 20:57:07 +0200 Subject: fixed some compiler errors and warnings with clang --- src/game/client/components/nameplates.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/game/client/components/nameplates.h') diff --git a/src/game/client/components/nameplates.h b/src/game/client/components/nameplates.h index 279b6582..2c4ae6a7 100644 --- a/src/game/client/components/nameplates.h +++ b/src/game/client/components/nameplates.h @@ -5,9 +5,9 @@ class CNamePlates : public CComponent { void RenderNameplate( - const class CNetObj_Character *pPrevChar, - const class CNetObj_Character *pPlayerChar, - const class CNetObj_PlayerInfo *pPlayerInfo + const CNetObj_Character *pPrevChar, + const CNetObj_Character *pPlayerChar, + const CNetObj_PlayerInfo *pPlayerInfo ); public: -- cgit 1.4.1