X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fserver.cc;h=acb8d08d8e800cbbf429ac1ff924d2ef6c8f75ca;hp=9a633c861064d776de263743058d7c6c481084e7;hb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;hpb=0d35820cf50d2789752b8776683b26d04642518d diff --git a/src/lib/server.cc b/src/lib/server.cc index 9a633c861..acb8d08d8 100644 --- a/src/lib/server.cc +++ b/src/lib/server.cc @@ -23,7 +23,7 @@ #include "i18n.h" -using boost::shared_ptr; +using std::shared_ptr; Server::Server (int port, int timeout) : _terminate (false)