X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fnull_log.h;h=6e29ad3ab57225e0623ddff0dd10c7afc28dca5a;hp=304c5ec1cc3068be97ae2be19a3d974d6486a1a3;hb=aeb835a18c8df347e0ed68fb24631b320abeb611;hpb=4d9f56686380aed5eb3e17ab9e720df57a17f079;ds=sidebyside diff --git a/src/lib/null_log.h b/src/lib/null_log.h index 304c5ec1c..6e29ad3ab 100644 --- a/src/lib/null_log.h +++ b/src/lib/null_log.h @@ -27,5 +27,5 @@ public: } private: - void do_log (std::string) {} + void do_log (boost::shared_ptr) {} };