Allow RGB24 in textures.
[dcpomatic.git] / src / wx / content_sub_panel.h
index 2a7bc4f75e05b9800fa48b115d7d2d153c3a5d59..3f8317bf9d95b295659e253d594872d847d278df 100644 (file)
@@ -37,6 +37,8 @@ class ContentSubPanel : public wxScrolledWindow
 public:
        ContentSubPanel (ContentPanel *, wxString);
 
+       virtual void create () = 0;
+
        virtual void film_changed (Film::Property) {}
        /** Called when a given property of one of the selected Contents changes */
        virtual void film_content_changed (int) = 0;