diff --git a/stepmania/src/ActorCommands.cpp b/stepmania/src/ActorCommands.cpp index 4edc2082f8..876af82971 100644 --- a/stepmania/src/ActorCommands.cpp +++ b/stepmania/src/ActorCommands.cpp @@ -8,6 +8,7 @@ #include "LuaBinding.h" #include "SubscriptionManager.h" +template<> set* SubscriptionManager::s_pSubscribers = NULL; diff --git a/stepmania/src/PrefsManager.cpp b/stepmania/src/PrefsManager.cpp index 122dbefcd8..e625d9ce01 100644 --- a/stepmania/src/PrefsManager.cpp +++ b/stepmania/src/PrefsManager.cpp @@ -25,6 +25,7 @@ const CString DEFAULT_LIGHTS_DRIVER = "Null"; // For self-registering prefs // #include "SubscriptionManager.h" +template<> set* SubscriptionManager::s_pSubscribers = NULL; void PrefsManager::Subscribe( IPreference *p ) diff --git a/stepmania/src/ThemeManager.cpp b/stepmania/src/ThemeManager.cpp index 186f46b10f..4d54d826a2 100644 --- a/stepmania/src/ThemeManager.cpp +++ b/stepmania/src/ThemeManager.cpp @@ -54,6 +54,7 @@ deque g_vThemes; // For self-registering metrics // #include "SubscriptionManager.h" +template<> set* SubscriptionManager::s_pSubscribers = NULL; void ThemeManager::Subscribe( IThemeMetric *p )