Fix the build for older macOS.
[dcpomatic.git] / src / lib / null_log.h
index 01bc324cb6faee70d8c8c30ffce9fa455fa7f490..ce6017ca2f3879440addfccb55ef044ecf784783 100644 (file)
@@ -23,5 +23,5 @@
 class NullLog : public Log
 {
 private:
-       void do_log (boost::shared_ptr<const LogEntry>) {}
+       void do_log (std::shared_ptr<const LogEntry>) {}
 };