Merge branch '1.0' into 1.0-multiple-selection
[dcpomatic.git] / src / wx / timing_panel.h
index b84ea52be644030be6b852958ce3e1899f7d3cf8..8c519bcbe77b9520b7a152e12ac7f2278a32df96 100644 (file)
@@ -26,7 +26,8 @@ class TimingPanel : public FilmEditorPanel
 public:
        TimingPanel (FilmEditor *);
 
-       void film_content_changed (boost::shared_ptr<Content>, int);
+       void film_content_changed (int);
+       void content_selection_changed ();
        
 private:
        void position_changed ();