diff options
Diffstat (limited to 'src/wx/film_editor.h')
| -rw-r--r-- | src/wx/film_editor.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h index 6b1d98ea6..52854b894 100644 --- a/src/wx/film_editor.h +++ b/src/wx/film_editor.h @@ -62,6 +62,10 @@ private: void top_crop_changed (wxCommandEvent &); void bottom_crop_changed (wxCommandEvent &); void trust_content_header_changed (wxCommandEvent &); + void content_add_clicked (wxCommandEvent &); + void content_remove_clicked (wxCommandEvent &); + void content_earlier_clicked (wxCommandEvent &); + void content_later_clicked (wxCommandEvent &); void format_changed (wxCommandEvent &); void trim_start_changed (wxCommandEvent &); void trim_end_changed (wxCommandEvent &); |
