Peak value of audio into the audio tab.
[dcpomatic.git] / src / wx / content_panel.h
index d48ee26c1ded308843bad01ebbcb7ba8e0b46d46..633ea1bd604abdfc646421bb53a4894b8c07d6e3 100644 (file)
@@ -43,7 +43,7 @@ public:
                return _film;
        }
 
-       void set_film (boost::shared_ptr<Film> f);
+       void set_film (boost::shared_ptr<Film>);
        void set_general_sensitivity (bool s);
        void set_selection (boost::weak_ptr<Content>);
 
@@ -65,8 +65,8 @@ public:
        FFmpegContentList selected_ffmpeg ();
 
        void add_file_clicked ();
-       
-private:       
+
+private:
        void selection_changed ();
        void add_folder_clicked ();
        void remove_clicked ();
@@ -98,6 +98,7 @@ private:
        std::list<ContentSubPanel *> _panels;
        ContentMenu* _menu;
        TimelineDialog* _timeline_dialog;
+       wxNotebook* _parent;
 
        boost::shared_ptr<Film> _film;
        bool _generally_sensitive;