summaryrefslogtreecommitdiff
path: root/src/wx
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx')
-rw-r--r--src/wx/content_panel.h3
-rw-r--r--src/wx/film_editor.h1
2 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/content_panel.h b/src/wx/content_panel.h
index 1f64d51c6..ab198411d 100644
--- a/src/wx/content_panel.h
+++ b/src/wx/content_panel.h
@@ -63,10 +63,11 @@ public:
SubtitleContentList selected_subtitle ();
FFmpegContentList selected_ffmpeg ();
+ void add_file_clicked ();
+
private:
void sequence_video_changed ();
void selection_changed ();
- void add_file_clicked ();
void add_folder_clicked ();
void remove_clicked ();
void earlier_clicked ();
diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h
index b311184fa..25749fffa 100644
--- a/src/wx/film_editor.h
+++ b/src/wx/film_editor.h
@@ -54,7 +54,6 @@ public:
return _film;
}
-private:
/* Handle changes to the model */
void film_changed (Film::Property);
void film_content_changed (int);