aboutsummaryrefslogtreecommitdiff
path: root/engines/mutationofjb/commands/command.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mutationofjb/commands/command.cpp')
-rw-r--r--engines/mutationofjb/commands/command.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mutationofjb/commands/command.cpp b/engines/mutationofjb/commands/command.cpp
index af4c28e7eb..943986e89d 100644
--- a/engines/mutationofjb/commands/command.cpp
+++ b/engines/mutationofjb/commands/command.cpp
@@ -25,7 +25,7 @@
namespace MutationOfJB {
-void CommandParser::transition(ScriptParseContext &, Command *, Command *) {}
+void CommandParser::transition(ScriptParseContext &, Command *, Command *, CommandParser *) {}
CommandParser::~CommandParser() {}
Command::~Command() {}