summaryrefslogtreecommitdiffstats
path: root/src/common/profile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/profile.cpp')
-rw-r--r--src/common/profile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/profile.cpp b/src/common/profile.cpp
index 5432489..18cc187 100644
--- a/src/common/profile.cpp
+++ b/src/common/profile.cpp
@@ -25,7 +25,7 @@
#include <boost/regex.hpp>
-template<> CProfile* CSingleton<CProfile>::mInstance = nullptr;
+template<> CProfile* CSingleton<CProfile>::m_instance = nullptr;
namespace bp = boost::property_tree;