commit | b8510b98b5eb92333157db1359df6f2bbbfb2b39 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Fri May 28 15:13:30 2010 -0700 |
committer | Mathias Agopian <mathias@google.com> | Fri May 28 15:13:30 2010 -0700 |
tree | 8eaef6ec93cd4ee29edb8b28b72d4f1d204e0d99 | |
parent | 26acf3fa06303f43b591ab149adcf3831b24fd41 [diff] |
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.