diff options
Diffstat (limited to 'server/info_console.h')
-rw-r--r-- | server/info_console.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/server/info_console.h b/server/info_console.h index c3c4899..6af9c3d 100644 --- a/server/info_console.h +++ b/server/info_console.h @@ -35,9 +35,9 @@ public: InfoConsole(); ~InfoConsole(); - void error(char* fmt, ...); - void warn(char* fmt, ...); - void info(char* fmt, ...); + void error(const char* fmt, ...); + void warn(const char* fmt, ...); + void info(const char* fmt, ...); }; #endif/*__MIAV_INFO_CONSOLE_H__*/ |