Make content list and buttons taller on low-res displays.
[dcpomatic.git] / src / wx / screens_panel.h
index 87f12c701b8cb5641b73e187b8ff945a860f235d..3e9accde556b91f1b69c72ef04cb09acb21577e7 100644 (file)
@@ -22,6 +22,7 @@
 #include <wx/srchctrl.h>
 #include <wx/treectrl.h>
 #include <boost/shared_ptr.hpp>
+#include <boost/signals2.hpp>
 #include <list>
 #include <map>
 
@@ -31,7 +32,7 @@ class Screen;
 class ScreensPanel : public wxPanel
 {
 public:
-       ScreensPanel (wxWindow* parent);
+       explicit ScreensPanel (wxWindow* parent);
        ~ScreensPanel ();
 
        std::list<boost::shared_ptr<Screen> > screens () const;