aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/tt_sentence.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/true_talk/tt_sentence.h')
-rw-r--r--engines/titanic/true_talk/tt_sentence.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/titanic/true_talk/tt_sentence.h b/engines/titanic/true_talk/tt_sentence.h
index 2900a4d4b3..8cecaed4f2 100644
--- a/engines/titanic/true_talk/tt_sentence.h
+++ b/engines/titanic/true_talk/tt_sentence.h
@@ -109,14 +109,14 @@ public:
int storeVocabHit(TTword *word);
bool fn1(const CString &str, int wordId1, const CString &str1, const CString &str2,
- const CString &str3, int wordId2, int val, int val2, const TTconceptNode *node);
+ const CString &str3, int wordId2, int val, int val2, const TTconceptNode *node) const;
bool fn3(const CString &str1, const CString &str2, const CString &str3,
const CString &str4, const CString &str5, const CString &str6,
- int val, int val2, const TTconceptNode *node);
- bool fn2(int slotIndex, const TTstring &str, TTconceptNode *conceptNode);
- bool fn4(int mode, int wordId, TTconceptNode *node);
+ int val, int val2, const TTconceptNode *node) const;
+ bool fn2(int slotIndex, const TTstring &str, const TTconceptNode *conceptNode) const;
+ bool fn4(int mode, int wordId, const TTconceptNode *node) const;
- bool isConcept34(int slotIndex, TTconceptNode *node = nullptr);
+ bool isConcept34(int slotIndex, const TTconceptNode *node = nullptr) const;
bool localWord(const char *str) const;