summaryrefslogtreecommitdiff
path: root/src/gui/sell.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/sell.h')
-rw-r--r--src/gui/sell.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/sell.h b/src/gui/sell.h
index 3776477f..5fb94c4e 100644
--- a/src/gui/sell.h
+++ b/src/gui/sell.h
@@ -108,4 +108,6 @@ class SellDialog : public Window, gcn::ActionListener, gcn::SelectionListener
int mAmountItems;
};
+extern SellDialog *sellDialog;
+
#endif