summaryrefslogtreecommitdiff
path: root/src/gui/popupmenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/popupmenu.h')
-rw-r--r--src/gui/popupmenu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/popupmenu.h b/src/gui/popupmenu.h
index 1caa00af..cd5ddbed 100644
--- a/src/gui/popupmenu.h
+++ b/src/gui/popupmenu.h
@@ -56,7 +56,7 @@ class PopupMenu : public Popup, public LinkHandler
* Shows the related popup menu when right click on the inventory
* at the specified mouse coordinates.
*/
- void showPopup(int x, int y, Item *item);
+ void showPopup(int x, int y, Item *item, bool isInventory);
/**
* Handles link action.