From 15fd4ad8806bd5c3f119b7dfb2ea8fc4a66e7cd5 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 26 Nov 2006 23:37:15 +0000 Subject: [PATCH] =?UTF-8?q?fix=20"extra=20qualification=20=E2=80=98GameSta?= =?UTF-8?q?teImpl::=E2=80=99=20on=20member=20=E2=80=98GameStateImpl?= =?UTF-8?q?=E2=80=99"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stepmania/src/GameState.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/GameState.cpp b/stepmania/src/GameState.cpp index 659450d0c6..16d6ff3277 100644 --- a/stepmania/src/GameState.cpp +++ b/stepmania/src/GameState.cpp @@ -71,7 +71,7 @@ class GameStateMessageHandler: public MessageSubscriber struct GameStateImpl { GameStateMessageHandler m_Subscriber; - GameStateImpl::GameStateImpl() + GameStateImpl() { m_Subscriber.SubscribeToMessage( "RefreshCreditText" ); }