From 408e980a83437ed621fa99ae0cd8d2bc6579f5ba Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 27 Oct 2011 12:13:03 +0200 Subject: Fix warnings and error (due to bitrot) --- server/info_console.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'server/info_console.h') 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__*/ -- cgit v1.2.3