summaryrefslogtreecommitdiff
path: root/src/wx/content_sub_panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/content_sub_panel.h')
-rw-r--r--src/wx/content_sub_panel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/content_sub_panel.h b/src/wx/content_sub_panel.h
index 2a7bc4f75..3f8317bf9 100644
--- a/src/wx/content_sub_panel.h
+++ b/src/wx/content_sub_panel.h
@@ -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;