aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo_talk.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/tattoo/tattoo_talk.h')
-rw-r--r--engines/sherlock/tattoo/tattoo_talk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sherlock/tattoo/tattoo_talk.h b/engines/sherlock/tattoo/tattoo_talk.h
index cd961835d6..f84bceef87 100644
--- a/engines/sherlock/tattoo/tattoo_talk.h
+++ b/engines/sherlock/tattoo/tattoo_talk.h
@@ -30,6 +30,7 @@
#include "common/stream.h"
#include "common/stack.h"
#include "sherlock/talk.h"
+#include "sherlock/tattoo/widget_password.h"
#include "sherlock/tattoo/widget_talk.h"
namespace Sherlock {
@@ -42,6 +43,7 @@ class TattooTalk : public Talk {
friend class WidgetTalk;
private:
WidgetTalk _talkWidget;
+ WidgetPassword _passwordWidget;
OpcodeReturn cmdCallTalkFile(const byte *&str);
OpcodeReturn cmdSwitchSpeaker(const byte *&str);