diff options
Diffstat (limited to 'src/gui/buy.h')
-rw-r--r-- | src/gui/buy.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/buy.h b/src/gui/buy.h index b2b88c40..8f1893dc 100644 --- a/src/gui/buy.h +++ b/src/gui/buy.h @@ -93,6 +93,12 @@ class BuyDialog : public Window, public gcn::ActionListener, SelectionListener */ std::string getElementAt(int i); + /** + * Updates the state of buttons and labels. + */ + void + updateButtonsAndLabels(); + private: Network *mNetwork; gcn::Button *mBuyButton; |