From d70268e1d80ff475168aa2a236aaeb4e6139b36b Mon Sep 17 00:00:00 2001 From: Paul Fd Date: Tue, 10 Mar 2020 14:19:20 +0100 Subject: [PATCH] Can't use auto return values --- src/sfizz/FilePool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);