Simple cover sheet support (#1039).
[dcpomatic.git] / src / lib / audio_buffers.h
index 991ef5334fb8a092658e12d815b40956f90d101a..f4a0c1f1c052dc8b8d0e3bc78484ae1e2486ea78 100644 (file)
@@ -32,7 +32,7 @@
  *  @brief A class to hold multi-channel audio data in float format.
  *
  *  The use of int32_t for frame counts in this class is due to the
- *  round-up to the next power-of-2 code in ::ensure_size; if that
+ *  round-up to the next power-of-2 code in ensure_size(); if that
  *  were changed the frame count could use any integer type.
  */
 class AudioBuffers