summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-06-23 22:37:46 +0200
committerCarl Hetherington <cth@carlh.net>2020-12-01 16:37:41 +0100
commitc3031107c8187ee7583112ab33557b4c7cac29d8 (patch)
treeb25267debd30cdd8df5aa85a16ee54291b068dca /src
parent3a3ec2410363a2e23b6a3ef0e0fda582cbc4270b (diff)
fixup previous
Diffstat (limited to 'src')
-rw-r--r--src/lib/piece.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/piece.h b/src/lib/piece.h
index 3e4c66aea..64de8794e 100644
--- a/src/lib/piece.h
+++ b/src/lib/piece.h
@@ -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;