summaryrefslogtreecommitdiff
path: root/src/gui/buysell.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-04-29 20:27:35 +0200
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-04-29 20:27:35 +0200
commit303943ab196534c3b4a6d9cbec8580ca4bc29b91 (patch)
tree7e98d31e661d4fd201a917fdf2ad34eea5d969b3 /src/gui/buysell.h
parent86ec58bf1456a6349e3ac162387a630a8ffb11d7 (diff)
downloadmana-client-303943ab196534c3b4a6d9cbec8580ca4bc29b91.tar.gz
mana-client-303943ab196534c3b4a6d9cbec8580ca4bc29b91.tar.bz2
mana-client-303943ab196534c3b4a6d9cbec8580ca4bc29b91.tar.xz
mana-client-303943ab196534c3b4a6d9cbec8580ca4bc29b91.zip
Fixed the name of the buy button member of BuySellDialog
Missed the m prefix.
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;