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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/buysell.h b/src/gui/buysell.h
index 13fbea8c..185a103d 100644
--- a/src/gui/buysell.h
+++ b/src/gui/buysell.h
@@ -55,7 +55,7 @@ class BuySellDialog : public Window, public gcn::ActionListener
void action(const gcn::ActionEvent &event);
private:
- gcn::Button* buyButton;
+ gcn::Button *mBuyButton;
};
extern BuySellDialog *buySellDialog;