aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/widget_text.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/tattoo/widget_text.h')
-rw-r--r--engines/sherlock/tattoo/widget_text.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sherlock/tattoo/widget_text.h b/engines/sherlock/tattoo/widget_text.h
index 9765e1bb6e..2608d75b32 100644
--- a/engines/sherlock/tattoo/widget_text.h
+++ b/engines/sherlock/tattoo/widget_text.h
@@ -34,6 +34,8 @@ namespace Tattoo {
class WidgetText: public WidgetBase {
public:
+ Common::String _remainingText;
+public:
WidgetText(SherlockEngine *vm);
virtual ~WidgetText() {}