diff -r 301c3edbdaa1 -r 787612182dd0 imgtools/imglib/filesystem/include/messageimplementation.h --- a/imgtools/imglib/filesystem/include/messageimplementation.h Wed May 12 09:52:26 2010 +0100 +++ b/imgtools/imglib/filesystem/include/messageimplementation.h Thu May 13 08:38:18 2010 +0100 @@ -84,7 +84,7 @@ // display message to output device virtual void Output(const char *aName) =0; // start logging to a file - virtual void StartLogging(char *fileName)=0; + virtual void StartLogging(char const *fileName)=0; virtual void ReportMessage(int aMsgType, int aMsgIndex,...)=0; virtual void InitializeMessages()=0; }; @@ -105,7 +105,7 @@ char* GetMessageString(int errorIndex); void Output(const char *aName); void LogOutput(const char *aString); - void StartLogging(char *fileName); + void StartLogging(char const *fileName); void ReportMessage(int aMsgType, int aMsgIndex,...); void InitializeMessages(); private: