diff --git a/stepmania/src/ScreenDebugOverlay.cpp b/stepmania/src/ScreenDebugOverlay.cpp index f257d70282..8fc8e6a28c 100644 --- a/stepmania/src/ScreenDebugOverlay.cpp +++ b/stepmania/src/ScreenDebugOverlay.cpp @@ -559,7 +559,7 @@ class DebugLineReloadCurrentScreen : public IDebugLine IDebugLine::Do( sMessageOut ); } }; -static DebugLineStats g_DebugLineReloadCurrentScreen; +static DebugLineReloadCurrentScreen g_DebugLineReloadCurrentScreen; class DebugLineReloadTheme : public IDebugLine {