diff options
Diffstat (limited to 'src/lib/audio_buffers.h')
| -rw-r--r-- | src/lib/audio_buffers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/audio_buffers.h b/src/lib/audio_buffers.h index 991ef5334..f4a0c1f1c 100644 --- a/src/lib/audio_buffers.h +++ b/src/lib/audio_buffers.h @@ -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 |
