diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-09-29 13:49:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-09-29 13:49:54 +0100 |
| commit | 391d85619ac19a2a93696ddc35c222eb9bb5d9d6 (patch) | |
| tree | fd551f1dda4c97076cbc29465e97e3ad3fdef5e1 /src/wx/content_panel.h | |
| parent | 41e0dcde8ea8ec93e14778d09db3d9604b8fada7 (diff) | |
| parent | 8b842865451795d5e8f8b39691c210de1ed5dd4f (diff) | |
Merge master.
Diffstat (limited to 'src/wx/content_panel.h')
| -rw-r--r-- | src/wx/content_panel.h | 3 |
1 files changed, 2 insertions, 1 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 (); |
