diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-05-01 22:45:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-06 21:31:09 +0100 |
| commit | f986fd6be17b1f84c12e1fd1ecb9185d84c3fa1b (patch) | |
| tree | b4db1a0cc21feafa1550f43379e2df13b7d1ef6c /src/lib | |
| parent | 194f4ebcf79cbe4824375d7e3d18675143b81dda (diff) | |
Build fixes.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/audio_ring_buffers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/audio_ring_buffers.h b/src/lib/audio_ring_buffers.h index 88cf8d308..bfaad5ec9 100644 --- a/src/lib/audio_ring_buffers.h +++ b/src/lib/audio_ring_buffers.h @@ -35,7 +35,7 @@ public: void put (boost::shared_ptr<const AudioBuffers> data, dcpomatic::DCPTime time, int frame_rate); boost::optional<dcpomatic::DCPTime> get (float* out, int channels, int frames); - boost::optional<dcpomatic:DCPTime> peek () const; + boost::optional<dcpomatic::DCPTime> peek () const; void clear (); Frame size () const; |
