diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2010-07-05 20:57:07 +0200 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2010-07-05 20:57:07 +0200 |
| commit | 575f72d978c700e4bedb46f4083bf1c24726640e (patch) | |
| tree | 4ff07848769ab4e308cbd27959181423904f4292 /src/game/client/components/nameplates.h | |
| parent | d302ba921e61177da9af1f85df58fe6f47ca5e95 (diff) | |
| download | zcatch-575f72d978c700e4bedb46f4083bf1c24726640e.tar.gz zcatch-575f72d978c700e4bedb46f4083bf1c24726640e.zip | |
fixed some compiler errors and warnings with clang
Diffstat (limited to 'src/game/client/components/nameplates.h')
| -rw-r--r-- | src/game/client/components/nameplates.h | 6 |
1 files changed, 3 insertions, 3 deletions
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: |