Reasonably straightforward stuff; main things are adding
[dcpomatic.git] / src / wx / content_panel.h
index e356b5a49ed24fc093c4b15e1b9c73e3ab97715d..e735213d3860c3b108928e93903ada20ebd9f913 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2016 Carl Hetherington <cth@carlh.net>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -59,13 +59,13 @@ public:
        }
 
        ContentList selected ();
-       VideoContentList selected_video ();
+       ContentList selected_video ();
        AudioContentList selected_audio ();
        SubtitleContentList selected_subtitle ();
        FFmpegContentList selected_ffmpeg ();
 
        void add_file_clicked ();
-       void remove_clicked (bool hotkey);
+       bool remove_clicked (bool hotkey);
 
 private:
        void selection_changed ();