From 62400d263824556d150686ac991cae2eab0183d2 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 16 Nov 2010 08:24:11 +0000 Subject: COMMON: Reverting r54257 as _singleton already was protected (and I am blind :) svn-id: r54259 --- common/singleton.h | 1 - 1 file changed, 1 deletion(-) diff --git a/common/singleton.h b/common/singleton.h index 33e943f162..c5aa35f68d 100644 --- a/common/singleton.h +++ b/common/singleton.h @@ -88,7 +88,6 @@ protected: typedef T SingletonBaseType; -protected: static T *_singleton; }; -- cgit v1.2.3