diff options
Diffstat (limited to 'client/player.h')
-rw-r--r-- | client/player.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/player.h b/client/player.h index 6e3fe73..97b08a0 100644 --- a/client/player.h +++ b/client/player.h @@ -37,6 +37,6 @@ public: ~Player(); void run(); -} +}; #endif/*__MIAV_PLAYER_H__*/ |