std::shared_ptr
[dcpomatic.git] / src / wx / email_dialog.cc
index 854a130c6e541e185499dcfd7a6d035d4ca86817..4d3ae4fe135a54a26dd3f572d230962a82a57a0e 100644 (file)
@@ -22,7 +22,7 @@
 #include "wx_util.h"
 
 using std::string;
-using boost::shared_ptr;
+using std::shared_ptr;
 using boost::optional;
 
 EmailDialog::EmailDialog (wxWindow* parent)