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:
parent
f16c81d265
commit
399234cb43
1 changed files with 4 additions and 4 deletions
|
@ -4,9 +4,9 @@
|
||||||
// Copyright (c) 2008 Richard Sposato
|
// Copyright (c) 2008 Richard Sposato
|
||||||
// The copyright on this file is protected under the terms of the MIT license.
|
// The copyright on this file is protected under the terms of the MIT license.
|
||||||
//
|
//
|
||||||
// Permission to use, copy, modify, distribute and sell this software for any
|
// Permission to use, copy, modify, distribute and sell this software for any
|
||||||
// purpose is hereby granted without fee, provided that the above copyright
|
// purpose is hereby granted without fee, provided that the above copyright
|
||||||
// notice appear in all copies and that both that copyright notice and this
|
// notice appear in all copies and that both that copyright notice and this
|
||||||
// permission notice appear in supporting documentation.
|
// permission notice appear in supporting documentation.
|
||||||
//
|
//
|
||||||
// The author makes no representations about the suitability of this software
|
// The author makes no representations about the suitability of this software
|
||||||
|
@ -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;
|
cout << "Starting LevelMutex tests." << endl;
|
||||||
|
|
Loading…
Add table
Reference in a new issue