X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdcpomatic_log.cc;h=cffc79830f449482a747291c3f8386b78b0cc1a0;hb=f4fda1d705adfca0b7c8d3748c0c9df8e9da51bc;hp=63b5ad375c24cfb8140df57522b9813fe1fb599e;hpb=befd7e041724c141f2178aa6646b6425e00c8cc4;p=dcpomatic.git diff --git a/src/lib/dcpomatic_log.cc b/src/lib/dcpomatic_log.cc index 63b5ad375..cffc79830 100644 --- a/src/lib/dcpomatic_log.cc +++ b/src/lib/dcpomatic_log.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 Carl Hetherington + Copyright (C) 2018-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,8 +18,10 @@ */ + #include "dcpomatic_log.h" #include "null_log.h" + /** The current log; set up by the front-ends when they have a Film to log into */ -boost::shared_ptr dcpomatic_log (new NullLog()); +std::shared_ptr dcpomatic_log (new NullLog());