aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gilbert2016-06-04 16:19:18 -0400
committerPaul Gilbert2016-07-15 19:19:31 -0400
commit02b3526e297e38984eeb99c98b5c020f3a57da9e (patch)
treeab66ec73db5fbdb49a4207922a16e477c45de4d2
parent66efdc239c88124296acdcb45427d83793934e91 (diff)
downloadscummvm-rg350-02b3526e297e38984eeb99c98b5c020f3a57da9e.tar.gz
scummvm-rg350-02b3526e297e38984eeb99c98b5c020f3a57da9e.tar.bz2
scummvm-rg350-02b3526e297e38984eeb99c98b5c020f3a57da9e.zip
TITANIC: gcc compilation fixes
-rw-r--r--engines/titanic/true_talk/tt_quotes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/true_talk/tt_quotes.h b/engines/titanic/true_talk/tt_quotes.h
index f67216cf72..4e7d0d3eb6 100644
--- a/engines/titanic/true_talk/tt_quotes.h
+++ b/engines/titanic/true_talk/tt_quotes.h
@@ -45,7 +45,7 @@ class TTquotes {
private:
TTquotesLetter _alphabet[26];
uint _array[256];
- const char *_dataP;
+ char *_dataP;
size_t _dataSize;
int _field544;
private: