Logging improvements to allow prettier displays in the server GUI.
[dcpomatic.git] / src / wx / hints_dialog.h
index 810791453522472cb99ac0a084e970a2ec0b84bc..f4ef00aa2edcfbb820fe23b16147ba0eeeec08bb 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012-2013 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -30,7 +30,10 @@ public:
 
 private:
        void film_changed ();
-       
+
        boost::weak_ptr<Film> _film;
        wxRichTextCtrl* _text;
+
+       boost::signals2::scoped_connection _film_changed_connection;
+       boost::signals2::scoped_connection _film_content_changed_connection;
 };