std::shared_ptr
[dcpomatic.git] / src / wx / server_dialog.cc
index 51fe4302c7c3af104018a0e379ef8e9d7dd3049e..5761222c64eec703decaf228c3dfb760e11b39b4 100644 (file)
@@ -23,7 +23,7 @@
 #include "wx_util.h"
 
 using std::string;
-using boost::shared_ptr;
+using std::shared_ptr;
 using boost::optional;
 
 ServerDialog::ServerDialog (wxWindow* parent)