std::shared_ptr
[dcpomatic.git] / src / wx / fonts_dialog.cc
index 66f8ab0e486dfab24dde0c3f6c36c1aa49933ed9..8ff6cf13e66765f143a607fd160153b4f7c8c383 100644 (file)
@@ -32,7 +32,7 @@
 using std::list;
 using std::string;
 using std::cout;
-using boost::shared_ptr;
+using std::shared_ptr;
 using namespace dcpomatic;
 
 FontsDialog::FontsDialog (wxWindow* parent, shared_ptr<Content> content, shared_ptr<TextContent> caption)