summaryrefslogtreecommitdiff
path: root/src/gui/buysell.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/buysell.h')
-rw-r--r--src/gui/buysell.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/buysell.h b/src/gui/buysell.h
index ab6d0c92..13fbea8c 100644
--- a/src/gui/buysell.h
+++ b/src/gui/buysell.h
@@ -53,6 +53,9 @@ class BuySellDialog : public Window, public gcn::ActionListener
* Called when receiving actions from the widgets.
*/
void action(const gcn::ActionEvent &event);
+
+ private:
+ gcn::Button* buyButton;
};
extern BuySellDialog *buySellDialog;