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" ); }