]> Shamusworld >> Repos - apple2/blobdiff - src/log.h
Fixed non-const function in log.h/cpp
[apple2] / src / log.h
index 7e9396e2df0230bd889377cb751283a3ec2eea18..f72795eed4d88981f4461177ad8d3e4dfad4da03 100755 (executable)
--- a/src/log.h
+++ b/src/log.h
@@ -11,7 +11,7 @@
 extern "C" {
 #endif
 
-bool InitLog(char *);
+bool InitLog(const char *);
 void LogDone(void);
 void WriteLog(const char * text, ...);