OSDN Git Service

Fix a typo in Singleton<>
authorMathias Agopian <mathias@google.com>
Fri, 28 May 2010 22:13:30 +0000 (15:13 -0700)
committerMathias Agopian <mathias@google.com>
Fri, 28 May 2010 22:13:30 +0000 (15:13 -0700)
commitb8510b98b5eb92333157db1359df6f2bbbfb2b39
tree8eaef6ec93cd4ee29edb8b28b72d4f1d204e0d99
parent26acf3fa06303f43b591ab149adcf3831b24fd41
Fix a typo in Singleton<>

it could cause the sLock field to be emitted several times
in different compilation unit. it also prevented to
have 2 Singleton<> in the same file.
include/utils/Singleton.h