diff options
author | Max Horn | 2010-11-16 08:24:11 +0000 |
---|---|---|
committer | Max Horn | 2010-11-16 08:24:11 +0000 |
commit | 62400d263824556d150686ac991cae2eab0183d2 (patch) | |
tree | 1acd2ee055aa3a0a2a91942cacf1aac035051989 | |
parent | abe1959d36816b6c0703c1c3802764818585d0b6 (diff) | |
download | scummvm-rg350-62400d263824556d150686ac991cae2eab0183d2.tar.gz scummvm-rg350-62400d263824556d150686ac991cae2eab0183d2.tar.bz2 scummvm-rg350-62400d263824556d150686ac991cae2eab0183d2.zip |
COMMON: Reverting r54257 as _singleton already was protected (and I am blind :)
svn-id: r54259
-rw-r--r-- | common/singleton.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; }; |