diff options
Diffstat (limited to 'src/gui/viewport.h')
-rw-r--r-- | src/gui/viewport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/viewport.h b/src/gui/viewport.h index 45b5fd753..c308603c6 100644 --- a/src/gui/viewport.h +++ b/src/gui/viewport.h @@ -123,7 +123,7 @@ class Viewport final : public WindowContainer, * Shows a popup for an item. * TODO Find some way to get rid of Item here */ - void showPopup(Window *parent, const int x, const int y, + void showPopup(Window *const parent, const int x, const int y, Item *const item, const bool isInventory = true); /** |