diff --git a/src/sfizz/FilePool.h b/src/sfizz/FilePool.h index cba35cb7..84b68687 100644 --- a/src/sfizz/FilePool.h +++ b/src/sfizz/FilePool.h @@ -52,7 +52,7 @@ struct PreloadedFileHandle struct FilePromise { - auto getData() + AudioSpan getData() { if (dataReady) return AudioSpan(fileData);