audio/types.h: audio_frame2 is actually declared as struct

This commit is contained in:
Martin Pulec
2022-01-13 13:49:45 +01:00
parent 84cd181d19
commit efa5cd1ff5

View File

@@ -128,7 +128,7 @@ private:
size_t resample_ch_count;
int resample_to;
friend class audio_frame2;
friend struct audio_frame2;
};
/**