diff options
Diffstat (limited to 'src/gui/buy.h')
-rw-r--r-- | src/gui/buy.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/buy.h b/src/gui/buy.h index 24f18742..a80ffed7 100644 --- a/src/gui/buy.h +++ b/src/gui/buy.h @@ -92,8 +92,7 @@ class BuyDialog : public Window, public gcn::ActionListener, /** * Updates the state of buttons and labels. */ - void - updateButtonsAndLabels(); + void updateButtonsAndLabels(); private: gcn::Button *mBuyButton; |