aboutsummaryrefslogtreecommitdiff
path: root/engines/griffon/griffon.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/griffon/griffon.h')
-rw-r--r--engines/griffon/griffon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/griffon/griffon.h b/engines/griffon/griffon.h
index c200fbf9eb..1a18d7d62b 100644
--- a/engines/griffon/griffon.h
+++ b/engines/griffon/griffon.h
@@ -288,7 +288,7 @@ private:
void sys_LoadTiles();
void sys_LoadTriggers();
void sys_LoadObjectDB();
- void sys_print(Graphics::TransparentSurface *buffer, char *stri, int xloc, int yloc, int col);
+ void sys_print(Graphics::TransparentSurface *buffer, const char *stri, int xloc, int yloc, int col);
void sys_progress(int w, int wm);
void sys_setupAudio();
void sys_update();