diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-04-02 16:47:16 +0200 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-04-02 17:04:04 +0200 |
commit | 0e864eefd0bae4fa861ce1b41a0707bb262665bd (patch) | |
tree | ef80b1af56ef23e778909347cd18d37e0048c176 /src/gui/itempopup.h | |
parent | 515a97fe15a81e355e402e32b4978a5c4efa8bb0 (diff) | |
download | mana-client-0e864eefd0bae4fa861ce1b41a0707bb262665bd.tar.gz mana-client-0e864eefd0bae4fa861ce1b41a0707bb262665bd.tar.bz2 mana-client-0e864eefd0bae4fa861ce1b41a0707bb262665bd.tar.xz mana-client-0e864eefd0bae4fa861ce1b41a0707bb262665bd.zip |
Attempt to put item popup in a less annoying place
Diffstat (limited to 'src/gui/itempopup.h')
-rw-r--r-- | src/gui/itempopup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/itempopup.h b/src/gui/itempopup.h index 37f6f81b..816e7ab2 100644 --- a/src/gui/itempopup.h +++ b/src/gui/itempopup.h @@ -55,7 +55,7 @@ class ItemPopup : public Popup /** * Gets the name of the currently stored item in this popup. */ - std::string getItemName(); + std::string getItemName() const; /** * Updates the colors used within the item popup. |