std::shared_ptr
[dcpomatic.git] / src / wx / system_information_dialog.h
index 63c70fba5e6fb540ef2872b0bb2812c98e5b7be2..5b9efa2347a449e37c92e1edc1ae0fad61ff4221 100644 (file)
 
 */
 
+
 #include "table_dialog.h"
-#include <boost/weak_ptr.hpp>
+#include <memory>
+
 
 class FilmViewer;
 
 class SystemInformationDialog : public TableDialog
 {
 public:
-       SystemInformationDialog (wxWindow* parent, boost::weak_ptr<FilmViewer> viewer);
+       SystemInformationDialog (wxWindow* parent, std::weak_ptr<FilmViewer> viewer);
 
 };