fixup previous
authorCarl Hetherington <cth@carlh.net>
Tue, 23 Jun 2020 20:37:46 +0000 (22:37 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 1 Dec 2020 15:37:41 +0000 (16:37 +0100)
src/lib/piece.h

index 3e4c66aeac6dc8db66b479a40a914dca5d91d1e9..64de8794e82b795d4f8df88d6b54c5a0b52e4102 100644 (file)
@@ -35,7 +35,7 @@ public:
        Piece (boost::shared_ptr<Content> c, boost::shared_ptr<Decoder> d, FrameRateChange f);
 
        void update_pull_to (dcpomatic::DCPTime& pull_to) const;
-       void set_last_push_end (AudioStreamPtr stream, DCPTime last_push_end);
+       void set_last_push_end (AudioStreamPtr stream, dcpomatic::DCPTime last_push_end);
 
 private:
        std::vector<boost::shared_ptr<Content> > _content;