From 20d6d71ec97c1f7bc4b95ed6c98375b47dff6646 Mon Sep 17 00:00:00 2001 From: Ľubomír Remák Date: Sun, 8 Jul 2018 17:06:41 +0200 Subject: MUTATIONOFJB: Basic conversation support. --- engines/mutationofjb/commands/ifitemcommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/mutationofjb/commands/ifitemcommand.h') diff --git a/engines/mutationofjb/commands/ifitemcommand.h b/engines/mutationofjb/commands/ifitemcommand.h index f11ba7cbfb..df073b9fa4 100644 --- a/engines/mutationofjb/commands/ifitemcommand.h +++ b/engines/mutationofjb/commands/ifitemcommand.h @@ -33,7 +33,7 @@ class ScriptParseContext; class IfItemCommandParser : public ConditionalCommandParser { public: - virtual bool parse(const Common::String &line, ScriptParseContext &parseCtx, Command *&command); + virtual bool parse(const Common::String &line, ScriptParseContext &parseCtx, Command *&command) override; }; class IfItemCommand : public ConditionalCommand { -- cgit v1.2.3