X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Fstdout_log.h;h=0dcc243db6499295df9c3973e4b3e1a9163ab025;hb=49bc592d53d451ab59a8ae6f3ec74126571fb60a;hp=ec3ba7e57260ccccdf212cd8f7ee9dc9fedeabcb;hpb=463496994d770577ff1e1ea6e7b1e4addb4252b2;p=dcpomatic.git diff --git a/src/lib/stdout_log.h b/src/lib/stdout_log.h index ec3ba7e57..0dcc243db 100644 --- a/src/lib/stdout_log.h +++ b/src/lib/stdout_log.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2020 Carl Hetherington + Copyright (C) 2012-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,8 +18,10 @@ */ + #include "log.h" + class StdoutLog : public Log { public: @@ -27,5 +29,5 @@ public: explicit StdoutLog (int types); private: - void do_log (boost::shared_ptr entry); + void do_log (std::shared_ptr entry); };