C++11 tidying.
[dcpomatic.git] / src / lib / reel_writer.h
index 5eb0e1b08215c1e2aa87358bd67e6b9ee0ee99a5..804a93c05d3c6103b5e4c0e4fc77364f6a02906d 100644 (file)
@@ -81,7 +81,7 @@ public:
                bool ensure_subtitles,
                std::set<DCPTextTrack> ensure_closed_captions
                );
-       void calculate_digests (boost::function<void (float)> set_progress);
+       void calculate_digests (std::function<void (float)> set_progress);
 
        Frame start () const;