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, 2 insertions, 0 deletions
diff --git a/src/gui/buysell.h b/src/gui/buysell.h
index 747066a7..0842c0e1 100644
--- a/src/gui/buysell.h
+++ b/src/gui/buysell.h
@@ -54,4 +54,6 @@ class BuySellDialog : public Window, public gcn::ActionListener
Network *mNetwork;
};
+extern BuySellDialog *buySellDialog;
+
#endif