X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ffile_log.h;h=64e6a25051539b4efb4d1dcb38d2571be04b7446;hb=c370c651eba466f5073384de8b304a2625c64b89;hp=613dd0939df990c1e0acc1f699cd4faeb15a9ea6;hpb=a1f7bf2d9e5610075fbd898cdf52f4f8373741f2;p=dcpomatic.git diff --git a/src/lib/file_log.h b/src/lib/file_log.h index 613dd0939..64e6a2505 100644 --- a/src/lib/file_log.h +++ b/src/lib/file_log.h @@ -29,7 +29,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;