Remove in-place translations support.
[dcpomatic.git] / src / lib / null_log.h
index 01bc324cb6faee70d8c8c30ffce9fa455fa7f490..2c7232f14ca608ec2461975500216651882cc032 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>) override {}
 };