X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Ftext_panel.h;h=f35f39cbe340774aebe7aa0dd83439059ab74467;hp=cd0890e3d24a0a53fdaef02f436097d643f99472;hb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;hpb=0d35820cf50d2789752b8776683b26d04642518d diff --git a/src/wx/text_panel.h b/src/wx/text_panel.h index cd0890e3d..f35f39cbe 100644 --- a/src/wx/text_panel.h +++ b/src/wx/text_panel.h @@ -101,8 +101,8 @@ private: int _outline_subtitles_row; int _ccap_track_row; - boost::weak_ptr _analysis_content; + std::weak_ptr _analysis_content; boost::signals2::scoped_connection _analysis_finished_connection; - boost::shared_ptr _analysis; + std::shared_ptr _analysis; bool _loading_analysis; };