Changed parameter type for main.

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@1049 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
rich_sposato 2009-11-02 22:38:37 +00:00
parent f16c81d265
commit 399234cb43

View file

@ -640,7 +640,7 @@ void SingleThreadExceptionTest( void )
// ----------------------------------------------------------------------------
int main( unsigned int argc, const char * const argv[] )
int main( int argc, const char * const argv[] )
{
cout << "Starting LevelMutex tests." << endl;