diff --git a/apps/openmw-mp/Player.hpp b/apps/openmw-mp/Player.hpp index 1aa83985f..23b3543bb 100644 --- a/apps/openmw-mp/Player.hpp +++ b/apps/openmw-mp/Player.hpp @@ -21,7 +21,7 @@ #include "Cell.hpp" #include "CellController.hpp" -struct Player; +class Player; typedef std::map TPlayers; typedef std::map TSlots;