diff options
author | Chris Robinson <[email protected]> | 2018-12-08 02:50:34 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-12-08 02:50:34 -0800 |
commit | 5ea3c8fb609f88446f73c4e0274b733f1bd5f1be (patch) | |
tree | 304efc6ab7c5056b6f2222f3613e403c2825b397 /OpenAL32/Include/alMain.h | |
parent | 7695afe0cb3a01ac32f4c04bedb57b3225effd3a (diff) |
Use member functions for BFormatDec and AmbiUpsampler
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r-- | OpenAL32/Include/alMain.h | 4 |
1 files changed, 2 insertions, 2 deletions
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; |