std::shared_ptr
[dcpomatic.git] / src / lib / dcpomatic_log.cc
index 63b5ad375c24cfb8140df57522b9813fe1fb599e..a64dc907c7b69b24b8234b73d6905cbe9fb563b0 100644 (file)
@@ -22,4 +22,4 @@
 #include "null_log.h"
 
 /** The current log; set up by the front-ends when they have a Film to log into */
-boost::shared_ptr<Log> dcpomatic_log (new NullLog());
+std::shared_ptr<Log> dcpomatic_log (new NullLog());