aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/sound.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-05-04 22:28:51 +1000
committerPaul Gilbert2012-05-04 22:28:51 +1000
commit23cd3b7730c292539649578d1aea373812e6b4ce (patch)
tree5203528c4e63fb03b5e525e0961fe39a6a9d4b34 /engines/tony/sound.h
parent9482eac1f2fc7202eb4aaa72f63552bd35f5c66e (diff)
downloadscummvm-rg350-23cd3b7730c292539649578d1aea373812e6b4ce.tar.gz
scummvm-rg350-23cd3b7730c292539649578d1aea373812e6b4ce.tar.bz2
scummvm-rg350-23cd3b7730c292539649578d1aea373812e6b4ce.zip
TONY: Fixed many warnings identified by gcc
Diffstat (limited to 'engines/tony/sound.h')
-rw-r--r--engines/tony/sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tony/sound.h b/engines/tony/sound.h
index 7ed8f97b3e..8853e1a344 100644
--- a/engines/tony/sound.h
+++ b/engines/tony/sound.h
@@ -306,7 +306,7 @@ public:
*
\****************************************************************************/
- bool LoadFile(char *lpszFileName, uint32 dwCodec = FPCODEC_RAW);
+ bool LoadFile(const char *lpszFileName, uint32 dwCodec = FPCODEC_RAW);
bool LoadFile(byte *lpBuf, uint32 dwCodec);
bool LoadVoiceFromVDB(Common::File &vdbFP);