|
From: Kamil S. <k.d...@gm...> - 2016-02-12 17:13:58
|
Index: test/LevelMutex/Thing.cpp
===================================================================
--- test/LevelMutex/Thing.cpp (revision 1191)
+++ test/LevelMutex/Thing.cpp (working copy)
@@ -601,7 +601,7 @@
// ----------------------------------------------------------------------------
-void SomeThing::SetValue( unsigned int value )
+void SomeThing::SetValue( uintptr_t value )
{
assert( NULL != this );
m_value = value; |