summaryrefslogtreecommitdiff
path: root/src/wx/hints_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-01-06 19:49:37 +0000
committerCarl Hetherington <cth@carlh.net>2019-01-06 19:49:37 +0000
commitd43434e463f5ef76ee448046ffb09ffe4b05ea8d (patch)
tree7c934d260a51fa08058d9dc8d45277aeae7d2129 /src/wx/hints_dialog.h
parenta8ca8dd8c3838f42c1dcd86e09901275271c298e (diff)
Improve hints dialog in various ways, especially with long projects (#1439).
Diffstat (limited to 'src/wx/hints_dialog.h')
-rw-r--r--src/wx/hints_dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/hints_dialog.h b/src/wx/hints_dialog.h
index 2755c70fd..709587ac9 100644
--- a/src/wx/hints_dialog.h
+++ b/src/wx/hints_dialog.h
@@ -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;