summaryrefslogtreecommitdiff
path: root/src/gui/popupmenu.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-06-23 18:13:36 +0300
committerAndrei Karas <akaras@inbox.ru>2013-06-23 18:49:33 +0300
commit593c59c2a45831082a47076e0f94d533ea5f09c8 (patch)
treea51ae666a9406b0125ba92100e3363c36522facb /src/gui/popupmenu.h
parent4c57a567eec8b3df0b0009b5520d647cccb83338 (diff)
downloadManaVerse-593c59c2a45831082a47076e0f94d533ea5f09c8.tar.gz
ManaVerse-593c59c2a45831082a47076e0f94d533ea5f09c8.tar.bz2
ManaVerse-593c59c2a45831082a47076e0f94d533ea5f09c8.tar.xz
ManaVerse-593c59c2a45831082a47076e0f94d533ea5f09c8.zip
remove some duplicates in popupmenu.
Diffstat (limited to 'src/gui/popupmenu.h')
-rw-r--r--src/gui/popupmenu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/popupmenu.h b/src/gui/popupmenu.h
index 3b615afec..04104fd18 100644
--- a/src/gui/popupmenu.h
+++ b/src/gui/popupmenu.h
@@ -205,6 +205,8 @@ class PopupMenu final : public Popup, public LinkHandler
void addProtection();
+ void addUseDrop(const Item *const item, const bool isProtected);
+
BrowserBox *mBrowserBox;
ScrollArea *mScrollArea;