X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fcontent_panel.h;h=e25dedceabc94064de40e7386361cfed4d428b41;hb=f802565830bed9ec9e7ad6c16ccaa7b0700625d9;hp=2a74df215fcbdf03588e5e8f5590be04068e0ad6;hpb=f02a6f52ec33a4dc6f8f8b6bce9445dcd32fa11a;p=dcpomatic.git diff --git a/src/wx/content_panel.h b/src/wx/content_panel.h index 2a74df215..e25dedcea 100644 --- a/src/wx/content_panel.h +++ b/src/wx/content_panel.h @@ -64,11 +64,14 @@ private: }; -class ContentPanel : public boost::noncopyable +class ContentPanel { public: ContentPanel (wxNotebook *, std::shared_ptr, std::weak_ptr viewer); + ContentPanel (ContentPanel const&) = delete; + ContentPanel& operator= (ContentPanel const&) = delete; + std::shared_ptr film () const { return _film; } @@ -123,7 +126,7 @@ private: void setup (); void setup_sensitivity (); - void add_files (std::list); + void add_files (std::vector); std::list panels () const; LimitedSplitter* _splitter;