From a9aecd09d239e1b26feca6d97a1a329915b145e3 Mon Sep 17 00:00:00 2001 From: Koncord Date: Sat, 5 Jan 2019 14:29:19 +0800 Subject: [PATCH] [Server] Fix wrong class tagging --- apps/openmw-mp/Player.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;