Improve hints dialog in various ways, especially with long projects (#1439).
[dcpomatic.git] / src / wx / hints_dialog.h
index 2755c70fdf8f8f9c47b9a6e047a3828dc8f5d2b4..709587ac9dcd6ecb38d4ab0f45ef3da1599bb3a2 100644 (file)
@@ -48,6 +48,7 @@ private:
        wxRichTextCtrl* _text;
        boost::shared_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;