From 289856dce3868de36c985f1df94ce3d1f3bff99b Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 5 Jun 2016 18:44:56 -0400 Subject: TITANIC: Finished TTquotesTree search methods --- engines/titanic/true_talk/tt_quotes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/titanic/true_talk/tt_quotes.h') 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 -- cgit v1.2.3