diff options
Diffstat (limited to 'common/debug.cpp')
| -rw-r--r-- | common/debug.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/common/debug.cpp b/common/debug.cpp index 0dae344bb2..50f99753db 100644 --- a/common/debug.cpp +++ b/common/debug.cpp @@ -29,10 +29,10 @@  // TODO: Move gDebugLevel into namespace Common.  int gDebugLevel = -1; -DECLARE_SINGLETON(Common::DebugManager); -  namespace Common { +DECLARE_SINGLETON(DebugManager); +  namespace {  struct DebugLevelComperator {  | 
