diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-08 12:36:50 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-08 12:36:50 +0000 |
| commit | 24334403a364fcaf5b9708fa163c59909fec21fe (patch) | |
| tree | b52665099743979b55de8f8cc88f94861487da8e /src/lib/writer.cc | |
| parent | d45689e1552f21d2840c0fbeac3956319575db3d (diff) | |
Fix previous.
Diffstat (limited to 'src/lib/writer.cc')
| -rw-r--r-- | src/lib/writer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/writer.cc b/src/lib/writer.cc index 5d53cbbe2..8d9b5855e 100644 --- a/src/lib/writer.cc +++ b/src/lib/writer.cc @@ -174,7 +174,7 @@ Writer::write (shared_ptr<const AudioBuffers> audio) /** This must be called from Writer::thread() with an appropriate lock held */ bool -Writer::have_sequenced_image_at_queue_head () const +Writer::have_sequenced_image_at_queue_head () { if (_queue.empty ()) { return false; |
