diff options
Diffstat (limited to 'src/gui/inventorywindow.h')
-rw-r--r-- | src/gui/inventorywindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/inventorywindow.h b/src/gui/inventorywindow.h index eec3ba855..7bd4ce466 100644 --- a/src/gui/inventorywindow.h +++ b/src/gui/inventorywindow.h @@ -133,7 +133,7 @@ class InventoryWindow final : public Window, void updateDropButton(); - void processEvent(Channels channel, + void processEvent(const Channels channel, const DepricatedEvent &event) override; void updateButtons(const Item *item = nullptr); |