summaryrefslogtreecommitdiff
path: root/src/wx/film_editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-10-15 22:18:00 +0100
committerCarl Hetherington <cth@carlh.net>2013-10-15 22:18:00 +0100
commit6b35b4764ac5446c845a1dde9a01e0401862d835 (patch)
treef8053ff11fcd290b07ffee4a41cf9ca3668514ca /src/wx/film_editor.h
parentf3c8a0a8d45df52ec449aa1d3e02d308a2c36b42 (diff)
Restore up/down buttons for simple content movements.
Diffstat (limited to 'src/wx/film_editor.h')
-rw-r--r--src/wx/film_editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h
index bb217211c..06a65dd9f 100644
--- a/src/wx/film_editor.h
+++ b/src/wx/film_editor.h
@@ -80,6 +80,8 @@ private:
void content_add_file_clicked ();
void content_add_folder_clicked ();
void content_remove_clicked ();
+ void content_earlier_clicked ();
+ void content_later_clicked ();
void container_changed ();
void dcp_content_type_changed ();
void scaler_changed ();