aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/tt_concept.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/true_talk/tt_concept.h')
-rw-r--r--engines/titanic/true_talk/tt_concept.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/true_talk/tt_concept.h b/engines/titanic/true_talk/tt_concept.h
index 88afb6f28b..430b3b6a8c 100644
--- a/engines/titanic/true_talk/tt_concept.h
+++ b/engines/titanic/true_talk/tt_concept.h
@@ -125,8 +125,8 @@ public:
/**
* Returns true if the word is of the specified class
*/
- bool isWordClass(WordClass wordClass) const {
- return _wordP && _wordP->isClass(wordClass);
+ bool isWordClass(WordClass wordClass) const {
+ return _wordP && _wordP->isClass(wordClass);
}
void setFlag(bool val) { _flag = val; }