std::shared_ptr
[dcpomatic.git] / src / wx / system_information_dialog.cc
index 2d9044f6b27a950d96ad8f716379b117efaea675..968cd57404dd729957d97f842a7dd82482771807 100644 (file)
@@ -32,8 +32,8 @@
 #endif
 
 using std::string;
-using boost::weak_ptr;
-using boost::shared_ptr;
+using std::weak_ptr;
+using std::shared_ptr;
 
 SystemInformationDialog::SystemInformationDialog (wxWindow* parent, weak_ptr<FilmViewer> weak_viewer)
        : TableDialog (parent, _("System information"), 2, 1, false)