X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fsystem_information_dialog.cc;h=968cd57404dd729957d97f842a7dd82482771807;hb=0b34912d35e5a64a23b89055257d898f245ea6db;hp=2d9044f6b27a950d96ad8f716379b117efaea675;hpb=ac0ef8099975b62045522fe183558fc4ce83fd58;p=dcpomatic.git diff --git a/src/wx/system_information_dialog.cc b/src/wx/system_information_dialog.cc index 2d9044f6b..968cd5740 100644 --- a/src/wx/system_information_dialog.cc +++ b/src/wx/system_information_dialog.cc @@ -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 weak_viewer) : TableDialog (parent, _("System information"), 2, 1, false)