aboutsummaryrefslogtreecommitdiff
path: root/engines/mutationofjb/commands/ifitemcommand.h
diff options
context:
space:
mode:
authorĽubomír Remák2018-07-08 17:06:41 +0200
committerEugene Sandulenko2018-08-25 23:12:01 +0200
commit20d6d71ec97c1f7bc4b95ed6c98375b47dff6646 (patch)
tree527a0c509903ac64e9ea878aedd6421932bdd11c /engines/mutationofjb/commands/ifitemcommand.h
parentf102667fc20d91149b685aac1bb5b05cabbc6e2b (diff)
downloadscummvm-rg350-20d6d71ec97c1f7bc4b95ed6c98375b47dff6646.tar.gz
scummvm-rg350-20d6d71ec97c1f7bc4b95ed6c98375b47dff6646.tar.bz2
scummvm-rg350-20d6d71ec97c1f7bc4b95ed6c98375b47dff6646.zip
MUTATIONOFJB: Basic conversation support.
Diffstat (limited to 'engines/mutationofjb/commands/ifitemcommand.h')
-rw-r--r--engines/mutationofjb/commands/ifitemcommand.h2
1 files changed, 1 insertions, 1 deletions
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 {