std::shared_ptr
[dcpomatic.git] / src / lib / stdout_log.h
index ec3ba7e57260ccccdf212cd8f7ee9dc9fedeabcb..f4335e8e5c1dea356f21994fba6fae4484e08059 100644 (file)
@@ -27,5 +27,5 @@ public:
        explicit StdoutLog (int types);
 
 private:
-       void do_log (boost::shared_ptr<const LogEntry> entry);
+       void do_log (std::shared_ptr<const LogEntry> entry);
 };