summaryrefslogtreecommitdiff
path: root/src/gui/popupmenu.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-05-05 21:00:06 -0600
committerJared Adams <jaxad0127@gmail.com>2009-05-05 21:00:49 -0600
commit99dbfa9e84ea30993d44d2a39bd5d06ae553c849 (patch)
tree504f8b35ef76f7fb67a5a21f136a20b8d1566dea /src/gui/popupmenu.h
parentc305c76f82d832cb3db9e1edb805d24522a90c3f (diff)
downloadMana-99dbfa9e84ea30993d44d2a39bd5d06ae553c849.tar.gz
Mana-99dbfa9e84ea30993d44d2a39bd5d06ae553c849.tar.bz2
Mana-99dbfa9e84ea30993d44d2a39bd5d06ae553c849.tar.xz
Mana-99dbfa9e84ea30993d44d2a39bd5d06ae553c849.zip
Fix the context menu for the storage window
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.