summaryrefslogtreecommitdiff
path: root/src/wx/film_editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-08-31 14:54:41 +0100
committerCarl Hetherington <cth@carlh.net>2014-08-31 14:54:41 +0100
commitb9fd18b56b30e658ac4fbb852c46bae71afa35ad (patch)
tree98a7103e9c9ca9fcc56a20f054a18668e63233a8 /src/wx/film_editor.h
parent1ef602dc862c35cb9c0a9e15201fcc5def265d5f (diff)
Allow drag-and-drop of files onto the content panel (#395).
Diffstat (limited to 'src/wx/film_editor.h')
-rw-r--r--src/wx/film_editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h
index 6f39f2d68..1854df05e 100644
--- a/src/wx/film_editor.h
+++ b/src/wx/film_editor.h
@@ -83,6 +83,7 @@ private:
void content_remove_clicked ();
void content_earlier_clicked ();
void content_later_clicked ();
+ void content_files_dropped (wxDropFilesEvent& event);
void container_changed ();
void dcp_content_type_changed ();
void scaler_changed ();