diff options
Diffstat (limited to 'src/gui/windows/inventorywindow.h')
-rw-r--r-- | src/gui/windows/inventorywindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/windows/inventorywindow.h b/src/gui/windows/inventorywindow.h index 119de9e94..209e9c171 100644 --- a/src/gui/windows/inventorywindow.h +++ b/src/gui/windows/inventorywindow.h @@ -128,9 +128,9 @@ class InventoryWindow final : public Window, * Closes the Storage Window, as well as telling the server that the * window has been closed. */ - void close(); + void close() override final; - void slotsChanged(Inventory *const inventory); + void slotsChanged(Inventory *const inventory) override final; bool isMainInventory() const A_WARN_UNUSED { return mInventory->isMainInventory(); } |