std::shared_ptr
[dcpomatic.git] / src / lib / file_log.h
index 613dd0939df990c1e0acc1f699cd4faeb15a9ea6..64e6a25051539b4efb4d1dcb38d2571be04b7446 100644 (file)
@@ -29,7 +29,7 @@ public:
        std::string head_and_tail (int amount = 1024) const;
 
 private:
-       void do_log (boost::shared_ptr<const LogEntry> entry);
+       void do_log (std::shared_ptr<const LogEntry> entry);
 
        /** filename to write to */
        boost::filesystem::path _file;