aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/script_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/true_talk/script_handler.h')
-rw-r--r--engines/titanic/true_talk/script_handler.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/titanic/true_talk/script_handler.h b/engines/titanic/true_talk/script_handler.h
index 11976d902d..193c60f719 100644
--- a/engines/titanic/true_talk/script_handler.h
+++ b/engines/titanic/true_talk/script_handler.h
@@ -43,8 +43,8 @@ private:
int _inputCtr;
int _field30;
private:
- void handleWord1(TTstring &str);
- void handleWord2(TTstring &str);
+ void handleWord1(const TTstring *str);
+ void handleWord2(const TTstring *str);
public:
TTparser _parser;
TTvocab *_vocab;
@@ -81,7 +81,7 @@ public:
*/
int setResponse(TTscriptBase *script, TTresponse *response);
- void handleWord(TTstring &str);
+ void handleWord(const TTstring *str);
};
} // End of namespace Titanic