diff -r 7c724be8f9a6 -r 358f71a624d8 src/core/model/system-mutex.h --- a/src/core/model/system-mutex.h Fri May 13 14:51:51 2011 -0400 +++ b/src/core/model/system-mutex.h Fri May 13 14:52:27 2011 -0400 @@ -64,7 +64,7 @@ void Unlock (); private: - SystemMutexPrivate * m_priv; + SystemMutexPrivate * m_priv; }; /**