X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Fwriter.h;h=2a78637e570c0a68d00d8303b85431b93f772cca;hb=67a68bd971ebe1b35daa3f75873b4ccb53c00ba0;hp=14b21f35975c84b8a791bf7c25730f37bb1b9f1a;hpb=3449bc0a6d6e77e851240a0953363f5a07ec6517;p=dcpomatic.git diff --git a/src/lib/writer.h b/src/lib/writer.h index 14b21f359..2a78637e5 100644 --- a/src/lib/writer.h +++ b/src/lib/writer.h @@ -82,7 +82,7 @@ bool operator== (QueueItem const & a, QueueItem const & b); * or AudioBuffers objects (containing image or sound data respectively) * and writes them to the assets. * - * ::write() for Data (picture) can be called out of order, and the Writer + * write() for Data (picture) can be called out of order, and the Writer * will sort it out. write() for AudioBuffers must be called in order. */