From 5ea3c8fb609f88446f73c4e0274b733f1bd5f1be Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 8 Dec 2018 02:50:34 -0800 Subject: Use member functions for BFormatDec and AmbiUpsampler --- OpenAL32/Include/alMain.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenAL32/Include/alMain.h') diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index cbf00c50..422202bd 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -225,8 +225,8 @@ struct ALeffect; struct ALfilter; struct EffectState; struct Uhj2Encoder; -struct BFormatDec; -struct AmbiUpsampler; +class BFormatDec; +class AmbiUpsampler; struct bs2b; -- cgit v1.2.3