From fc906eec66c060fd547e51081c26080232c48c4d Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 8 Aug 2019 23:09:55 -0400 Subject: [PATCH] MP1/CMFGame: Remove erroneous forward declaration This type is actually defined within the urde::MP1 namespace, not the top-level urde namespace. We remove the namespace itself however, given the header for that type is already being included. --- Runtime/MP1/CMFGame.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Runtime/MP1/CMFGame.hpp b/Runtime/MP1/CMFGame.hpp index ecfeeb01a..bb3c1aeb2 100644 --- a/Runtime/MP1/CMFGame.hpp +++ b/Runtime/MP1/CMFGame.hpp @@ -6,7 +6,6 @@ namespace urde { class CStateManager; -class CInGameGuiManager; class CToken; namespace MP1 {