| commit | cdfd5fe2c89a30a31f9de5a5481e8997f014a89b | [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 | 0c5bbe8bed876618e46e057b44649f0715fcf56f | |
| parent | 009668bf8a51a3d6e8ee2827691c9b0285503ba1 [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.