X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ffile_log.h;h=d7667f799ba37cd40e1aecb5c8aa81dd5c09db9f;hb=9a97c1b4116d7fb80e8ab145c0cc738dbf14d617;hp=613dd0939df990c1e0acc1f699cd4faeb15a9ea6;hpb=a1f7bf2d9e5610075fbd898cdf52f4f8373741f2;p=dcpomatic.git diff --git a/src/lib/file_log.h b/src/lib/file_log.h index 613dd0939..d7667f799 100644 --- a/src/lib/file_log.h +++ b/src/lib/file_log.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012 Carl Hetherington + Copyright (C) 2012-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,8 +18,10 @@ */ + #include "log.h" + class FileLog : public Log { public: @@ -29,7 +31,7 @@ public: std::string head_and_tail (int amount = 1024) const; private: - void do_log (boost::shared_ptr entry); + void do_log (std::shared_ptr entry); /** filename to write to */ boost::filesystem::path _file;