aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/tt_quotes.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-06-05 18:44:56 -0400
committerPaul Gilbert2016-07-15 19:20:08 -0400
commit289856dce3868de36c985f1df94ce3d1f3bff99b (patch)
tree6646202e32e67c5772e3691814376430da1eac47 /engines/titanic/true_talk/tt_quotes.h
parentbfe075d314f8e9d7010d0f5e60d44bb314e53846 (diff)
downloadscummvm-rg350-289856dce3868de36c985f1df94ce3d1f3bff99b.tar.gz
scummvm-rg350-289856dce3868de36c985f1df94ce3d1f3bff99b.tar.bz2
scummvm-rg350-289856dce3868de36c985f1df94ce3d1f3bff99b.zip
TITANIC: Finished TTquotesTree search methods
Diffstat (limited to 'engines/titanic/true_talk/tt_quotes.h')
-rw-r--r--engines/titanic/true_talk/tt_quotes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/true_talk/tt_quotes.h b/engines/titanic/true_talk/tt_quotes.h
index 1387a1d873..c6627dcc34 100644
--- a/engines/titanic/true_talk/tt_quotes.h
+++ b/engines/titanic/true_talk/tt_quotes.h
@@ -53,7 +53,7 @@ private:
* Test whether a substring contains one of the quotes,
* and if so, returns the 4-character tag Id associated with it
*/
- int read(const char *startP, const char *endP);
+ int find(const char *startP, const char *endP);
public:
TTquotes();
~TTquotes();
@@ -67,7 +67,7 @@ public:
* Test whether a passed string contains one of the quotes,
* and if so, returns the 4-character tag Id associated with it
*/
- int read(const char *str);
+ int find(const char *str);
};
} // End of namespace Titanic