Fix login denied (67) errors when trying to download certificates
[dcpomatic.git] / src / wx / hints_dialog.h
index 2755c70fdf8f8f9c47b9a6e047a3828dc8f5d2b4..87dcf19535d977e7d8e8c89e824ccdb2f037707c 100644 (file)
 */
 
 #include "lib/types.h"
+#include "lib/warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/wx.h>
+DCPOMATIC_ENABLE_WARNINGS
 #include <boost/weak_ptr.hpp>
 #include <boost/signals2.hpp>
 
@@ -46,8 +49,9 @@ 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;
 
        boost::signals2::scoped_connection _film_change_connection;
        boost::signals2::scoped_connection _film_content_change_connection;