aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/video/video_subtitler.h
diff options
context:
space:
mode:
authorTobia Tesan2014-10-14 22:58:17 +0200
committerTobia Tesan2014-10-15 19:50:48 +0200
commitd9d80db869b21e4625d445e4f00af6b03b09e6c8 (patch)
tree999c314bb3c8e9eb3556987d5c89591a6076fd1e /engines/wintermute/video/video_subtitler.h
parentba1862ecb8bb80751c58e70f233449dd05e4245c (diff)
downloadscummvm-rg350-d9d80db869b21e4625d445e4f00af6b03b09e6c8.tar.gz
scummvm-rg350-d9d80db869b21e4625d445e4f00af6b03b09e6c8.tar.bz2
scummvm-rg350-d9d80db869b21e4625d445e4f00af6b03b09e6c8.zip
WINTERMUTE: Take const char in loadSubtitles
Diffstat (limited to 'engines/wintermute/video/video_subtitler.h')
-rw-r--r--engines/wintermute/video/video_subtitler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/video/video_subtitler.h b/engines/wintermute/video/video_subtitler.h
index fb3da8dc91..25641bc574 100644
--- a/engines/wintermute/video/video_subtitler.h
+++ b/engines/wintermute/video/video_subtitler.h
@@ -42,7 +42,7 @@ public:
bool m_ShowSubtitle;
int m_CurrentSubtitle;
- bool LoadSubtitles(char *Filename, char *SubtitleFile);
+ bool LoadSubtitles(const char *Filename, const char *SubtitleFile);
bool Display();
bool Update(long Frame);
long m_LastSample;