summaryrefslogtreecommitdiff
path: root/src/gui/popups/beingpopup.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-15 13:22:40 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-15 13:22:40 +0300
commit35dff83d93c36cd294f1899b1530da88a80b8917 (patch)
treec33b40350d3e45a201402982db7925b6c988328e /src/gui/popups/beingpopup.h
parent8ef332195f82d30f70435b69ba485640a19d80ed (diff)
downloadmv-35dff83d93c36cd294f1899b1530da88a80b8917.tar.gz
mv-35dff83d93c36cd294f1899b1530da88a80b8917.tar.bz2
mv-35dff83d93c36cd294f1899b1530da88a80b8917.tar.xz
mv-35dff83d93c36cd294f1899b1530da88a80b8917.zip
Allow to shop buy board name on beings.
Diffstat (limited to 'src/gui/popups/beingpopup.h')
-rw-r--r--src/gui/popups/beingpopup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/popups/beingpopup.h b/src/gui/popups/beingpopup.h
index 8ba82babb..6203b5ef7 100644
--- a/src/gui/popups/beingpopup.h
+++ b/src/gui/popups/beingpopup.h
@@ -62,6 +62,7 @@ class BeingPopup final : public Popup
Label *mBeingGuild;
Label *mBeingRank;
Label *mBeingComment;
+ Label *mBeingBuyBoard;
Label *mBeingSellBoard;
};