From efa5cd1ff558571fdeff8a00f051f193e7e5357f Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Thu, 13 Jan 2022 13:49:45 +0100 Subject: [PATCH] audio/types.h: audio_frame2 is actually declared as struct --- src/audio/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/audio/types.h b/src/audio/types.h index 2e19a5311..7ed530729 100644 --- a/src/audio/types.h +++ b/src/audio/types.h @@ -128,7 +128,7 @@ private: size_t resample_ch_count; int resample_to; - friend class audio_frame2; + friend struct audio_frame2; }; /**