summaryrefslogtreecommitdiff
path: root/src/wx/film_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/film_editor.h')
-rw-r--r--src/wx/film_editor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h
index c74d631ad..4bdba9979 100644
--- a/src/wx/film_editor.h
+++ b/src/wx/film_editor.h
@@ -111,8 +111,8 @@ private:
void setup_loop_sensitivity ();
void active_jobs_changed (bool);
- boost::shared_ptr<Playlist::Region> selected_region ();
- void region_properties (boost::shared_ptr<Playlist::Region>);
+ boost::shared_ptr<Content> selected_content ();
+ void content_properties (boost::shared_ptr<Content>);
wxNotebook* _notebook;
wxPanel* _film_panel;