aboutsummaryrefslogtreecommitdiff
path: root/engines/mutationofjb/commands/talkcommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mutationofjb/commands/talkcommand.h')
-rw-r--r--engines/mutationofjb/commands/talkcommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mutationofjb/commands/talkcommand.h b/engines/mutationofjb/commands/talkcommand.h
index 15b185c613..cf01ddd43b 100644
--- a/engines/mutationofjb/commands/talkcommand.h
+++ b/engines/mutationofjb/commands/talkcommand.h
@@ -46,7 +46,7 @@ public:
TalkCommand(Mode mode) : _mode(mode) {}
virtual ExecuteResult execute(ScriptExecutionContext &scriptExecCtx) override;
- virtual Common::String debugString() const;
+ virtual Common::String debugString() const override;
private:
Mode _mode;