Fix strange layout problems with the content sub panels (#2059).
[dcpomatic.git] / src / wx / content_panel.h
index aca8181184b596c7d02b2c9391f3bd984f9b0f6e..e25dedceabc94064de40e7386361cfed4d428b41 100644 (file)
@@ -126,7 +126,7 @@ private:
        void setup ();
        void setup_sensitivity ();
 
-       void add_files (std::list<boost::filesystem::path>);
+       void add_files (std::vector<boost::filesystem::path>);
        std::list<ContentSubPanel *> panels () const;
 
        LimitedSplitter* _splitter;