Logging improvements to allow prettier displays in the server GUI.
[dcpomatic.git] / src / lib / null_log.h
index 304c5ec1cc3068be97ae2be19a3d974d6486a1a3..6e29ad3ab57225e0623ddff0dd10c7afc28dca5a 100644 (file)
@@ -27,5 +27,5 @@ public:
        }
 
 private:
-       void do_log (std::string) {}
+       void do_log (boost::shared_ptr<const LogEntry>) {}
 };