summaryrefslogtreecommitdiff
path: root/src/wx/hints_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/hints_dialog.h')
-rw-r--r--src/wx/hints_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/hints_dialog.h b/src/wx/hints_dialog.h
index 709587ac9..1fac9d11e 100644
--- a/src/wx/hints_dialog.h
+++ b/src/wx/hints_dialog.h
@@ -46,7 +46,7 @@ private:
wxGauge* _gauge;
wxStaticText* _gauge_message;
wxRichTextCtrl* _text;
- boost::shared_ptr<Hints> _hints;
+ boost::scoped_ptr<Hints> _hints;
std::list<std::string> _current;
bool _finished;