From 1dafcabb4379c205add3d27c428e22c2f970f865 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Mon, 22 Jun 2009 10:11:53 +0000 Subject: Encapsulated access to _resultStr svn-id: r41751 --- engines/gob/parse.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/gob/parse.cpp') diff --git a/engines/gob/parse.cpp b/engines/gob/parse.cpp index 9982fb3eb9..48442be483 100644 --- a/engines/gob/parse.cpp +++ b/engines/gob/parse.cpp @@ -1144,4 +1144,8 @@ int32 Parse::getResultInt() { return _resultInt; } +char *Parse::getResultStr() { + return _resultStr; +} + } // End of namespace Gob -- cgit v1.2.3