aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.h
diff options
context:
space:
mode:
authorMax Horn2003-05-21 17:49:33 +0000
committerMax Horn2003-05-21 17:49:33 +0000
commit11d29b71ab4400e6e732ba7cd49a343150360eaf (patch)
tree79116a1533e76a44eb5b274f60afd454e9880741 /simon/simon.h
parentc24df81f782a4d9c5651df3e2fe4bd302e1e4d5b (diff)
downloadscummvm-rg350-11d29b71ab4400e6e732ba7cd49a343150360eaf.tar.gz
scummvm-rg350-11d29b71ab4400e6e732ba7cd49a343150360eaf.tar.bz2
scummvm-rg350-11d29b71ab4400e6e732ba7cd49a343150360eaf.zip
pedantic warning fixes
svn-id: r7794
Diffstat (limited to 'simon/simon.h')
-rw-r--r--simon/simon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/simon.h b/simon/simon.h
index c24922c777..063cfe1d37 100644
--- a/simon/simon.h
+++ b/simon/simon.h
@@ -759,7 +759,7 @@ public:
Item *getNextItemPtrStrange();
- bool save_game(uint slot, const char *caption);
+ bool save_game(uint slot, char *caption);
bool load_game(uint slot);
void showmessage_helper_2();