Fix strange layout problems with the content sub panels (#2059).
[dcpomatic.git] / src / wx / content_sub_panel.h
index 08c61c25f84c617ff30fab855ef7cd10ef0cd4d9..2a7bc4f75e05b9800fa48b115d7d2d153c3a5d59 100644 (file)
@@ -49,7 +49,8 @@ public:
 
 protected:
 
-       void setup_refer_button (wxCheckBox* button, wxStaticText* note, std::shared_ptr<DCPContent> dcp, bool can_reference, wxString cannot) const;
+       void setup_refer_button (wxCheckBox* button, wxStaticText* note, std::shared_ptr<DCPContent> dcp, bool can_reference, wxString cannot);
+       void layout ();
        virtual void add_to_grid () = 0;
 
        ContentPanel* _parent;