commit | 24ed9052bd607b303f8aff0b0e027a3eb39315ac | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Fri May 28 15:13:30 2010 -0700 |
committer | Alex Ray <aray@google.com> | Tue Jul 30 13:56:53 2013 -0700 |
tree | 6519dd6882a8207611ac508ff845a8bfe2825eae | |
parent | fcf836d32f181e522f4cc01332319d786a7579b7 [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.