aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/singleton.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/singleton.h b/common/singleton.h
index e17e401f8b..4ef871b173 100644
--- a/common/singleton.h
+++ b/common/singleton.h
@@ -87,7 +87,8 @@ protected:
#endif
typedef T SingletonBaseType;
-
+
+protected:
static T *_singleton;
};