Tidy up careful_string_filter and add some extra transliterations.
[dcpomatic.git] / src / lib / null_log.h
index 4a21723a254b6e84b380516012148d8b598452b9..2c7232f14ca608ec2461975500216651882cc032 100644 (file)
 
 class NullLog : public Log
 {
-public:
-       std::string head_and_tail (int) const {
-               return "";
-       }
-
 private:
-       void do_log (boost::shared_ptr<const LogEntry>) {}
+       void do_log (std::shared_ptr<const LogEntry>) override {}
 };