diff options
Diffstat (limited to 'src/gui/popups/popupmenu.h')
-rw-r--r-- | src/gui/popups/popupmenu.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/gui/popups/popupmenu.h b/src/gui/popups/popupmenu.h index ca6d58ee6..dfcb64513 100644 --- a/src/gui/popups/popupmenu.h +++ b/src/gui/popups/popupmenu.h @@ -108,13 +108,17 @@ class PopupMenu final : public Popup, public LinkHandler void showPopup(const int x, const int y, MapItem *const mapItem); - void showItemPopup(const int x, const int y, Item *const item); + void showItemPopup(const int x, + const int y, + const Item *const item); void showItemPopup(const int x, const int y, const int itemId, const ItemColor color); - void showDropPopup(const int x, const int y, Item *const item); + void showDropPopup(const int x, + const int y, + const Item *const item); void showOutfitsWindowPopup(const int x, const int y); @@ -204,7 +208,7 @@ class PopupMenu final : public Popup, public LinkHandler void addNormalRelations(); - void addWindowMenu(Window *const window); + void addWindowMenu(const Window *const window); #ifdef EATHENA_SUPPORT void addChat(const Being *const being); |