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) --- lib/info_simple.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/info_simple.h') diff --git a/lib/info_simple.h b/lib/info_simple.h index 302a371..0dfbe0c 100644 --- a/lib/info_simple.h +++ b/lib/info_simple.h @@ -35,9 +35,9 @@ public: InfoSimple(); ~InfoSimple(); - 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, ...); private: }; -- cgit v1.2.3