1.1 --- a/include/SDL_test_log.h Sat Dec 22 20:43:51 2012 -0800
1.2 +++ b/include/SDL_test_log.h Mon Dec 24 14:43:57 2012 -0800
1.3 @@ -49,14 +49,14 @@
1.4 *
1.5 * \param fmt Message to be logged
1.6 */
1.7 -void SDLTest_Log(char *fmt, ...);
1.8 +void SDLTest_Log(const char *fmt, ...);
1.9
1.10 /**
1.11 * \brief Prints given message with a timestamp in the TEST category and the ERROR priority.
1.12 *
1.13 * \param fmt Message to be logged
1.14 */
1.15 -void SDLTest_LogError(char *fmt, ...);
1.16 +void SDLTest_LogError(const char *fmt, ...);
1.17
1.18 /* Ends C function definitions when using C++ */
1.19 #ifdef __cplusplus