aboutsummaryrefslogtreecommitdiff
path: root/engines/mutationofjb/commands/removeitemcommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mutationofjb/commands/removeitemcommand.h')
-rw-r--r--engines/mutationofjb/commands/removeitemcommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mutationofjb/commands/removeitemcommand.h b/engines/mutationofjb/commands/removeitemcommand.h
index 452a3b2ff5..0aa13f5c84 100644
--- a/engines/mutationofjb/commands/removeitemcommand.h
+++ b/engines/mutationofjb/commands/removeitemcommand.h
@@ -39,7 +39,7 @@ class RemoveItemCommand : public SeqCommand {
public:
RemoveItemCommand(const Common::String &item) : _item(item) {}
- virtual ExecuteResult execute(GameData &gameData) override;
+ virtual ExecuteResult execute(ScriptExecutionContext &scriptExecCtx) override;
virtual Common::String debugString() const override;
private:
Common::String _item;