Fix teh Singletons to have a global registry

This commit is contained in:
Lirusaito
2014-09-06 11:30:25 -04:00
parent 2772daa964
commit 1b8779f93e
2 changed files with 54 additions and 9 deletions

View File

@@ -28,4 +28,5 @@
#include "llsingleton.h"
std::map<std::string, void*>* LLSingletonRegistry::sSingletonMap = NULL;