aboutsummaryrefslogtreecommitdiff
path: root/engines/mutationofjb/commands/additemcommand.h
diff options
context:
space:
mode:
authorĽubomír Remák2018-03-22 20:56:42 +0100
committerEugene Sandulenko2018-08-25 23:12:01 +0200
commit938f222d4857b45e0f1f7e4726040ab0bf1d9b67 (patch)
tree5c15540224645ca541ad6e22b9ce786dbddc7be9 /engines/mutationofjb/commands/additemcommand.h
parente1d173ed7541f9da79f60a65d974da3ebbb29e7a (diff)
downloadscummvm-rg350-938f222d4857b45e0f1f7e4726040ab0bf1d9b67.tar.gz
scummvm-rg350-938f222d4857b45e0f1f7e4726040ab0bf1d9b67.tar.bz2
scummvm-rg350-938f222d4857b45e0f1f7e4726040ab0bf1d9b67.zip
MUTATIONOFJB: Add support for calling macros.
Diffstat (limited to 'engines/mutationofjb/commands/additemcommand.h')
-rw-r--r--engines/mutationofjb/commands/additemcommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mutationofjb/commands/additemcommand.h b/engines/mutationofjb/commands/additemcommand.h
index 4e2ea2b692..d740d35c05 100644
--- a/engines/mutationofjb/commands/additemcommand.h
+++ b/engines/mutationofjb/commands/additemcommand.h
@@ -32,7 +32,7 @@ class AddItemCommandParser : public SeqCommandParser {
public:
AddItemCommandParser() {}
- virtual bool parse(const Common::String &line, ScriptParseContext &parseCtx, Command *&command);
+ virtual bool parse(const Common::String &line, ScriptParseContext &parseCtx, Command *&command) override;
};
class AddItemCommand : public SeqCommand {