X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdcpomatic_log.cc;h=cffc79830f449482a747291c3f8386b78b0cc1a0;hb=ccacce39c39d16977ab6c1592fcb6e941b05ddff;hp=a64dc907c7b69b24b8234b73d6905cbe9fb563b0;hpb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;p=dcpomatic.git diff --git a/src/lib/dcpomatic_log.cc b/src/lib/dcpomatic_log.cc index a64dc907c..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 */ std::shared_ptr dcpomatic_log (new NullLog());