Skip to content
Snippets Groups Projects
Commit 83809eb6 authored by Jonathan Yap's avatar Jonathan Yap
Browse files

STORM-2145 Attempt to fix Mac build failure

parent 5c4ae5b1
No related branches found
No related tags found
No related merge requests found
...@@ -82,7 +82,7 @@ class LLPresetsManager : public LLSingleton<LLPresetsManager> ...@@ -82,7 +82,7 @@ class LLPresetsManager : public LLSingleton<LLPresetsManager>
LOG_CLASS(LLPresetsManager); LOG_CLASS(LLPresetsManager);
void getControlNames(std::vector<std::string>& names); void getControlNames(std::vector<std::string>& names);
static void LLPresetsManager::settingChanged(); static void settingChanged();
boost::signals2::connection mCameraChangedSignal; boost::signals2::connection mCameraChangedSignal;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment