X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fwx%2Fcontent_panel.h;h=aca8181184b596c7d02b2c9391f3bd984f9b0f6e;hb=b249700e1da7dd6631a8b4440587f4093a2bdef1;hp=2a74df215fcbdf03588e5e8f5590be04068e0ad6;hpb=94695fc3214917ad7310af36270ce1e0b88cdfa3;p=dcpomatic.git diff --git a/src/wx/content_panel.h b/src/wx/content_panel.h index 2a74df215..aca818118 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; }