1.1 --- a/include/SDL_test_harness.h Sat Dec 22 17:24:02 2012 -0800
1.2 +++ b/include/SDL_test_harness.h Sat Dec 22 17:24:14 2012 -0800
1.3 @@ -110,7 +110,7 @@
1.4 *
1.5 * \returns Test run result; 0 when all tests passed, 1 if any tests failed.
1.6 */
1.7 -int SDLTest_RunSuites(SDLTest_TestSuiteReference *testSuites[], char *userRunSeed, Uint64 userExecKey, char *filter, int testIterations);
1.8 +int SDLTest_RunSuites(SDLTest_TestSuiteReference *testSuites[], const char *userRunSeed, Uint64 userExecKey, const char *filter, int testIterations);
1.9
1.10
1.11 /* Ends C function definitions when using C++ */