diff options
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 e5ad21ef..391ef8df 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -236,7 +236,7 @@ struct EnumeratedHrtf; struct DirectHrtfState; struct FrontStablizer; struct Compressor; -struct ALCbackend; +struct BackendBase; struct ALbuffer; struct ALeffect; struct ALfilter; @@ -786,7 +786,7 @@ struct ALCdevice_struct { std::atomic<ALCcontext*> ContextList{nullptr}; std::mutex BackendLock; - ALCbackend *Backend{nullptr}; + BackendBase *Backend{nullptr}; std::atomic<ALCdevice*> next{nullptr}; |