diff options
author | Chris Robinson <[email protected]> | 2018-09-07 18:45:24 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-09-07 18:45:24 -0700 |
commit | 7394dd512dd36e7bf105b065c9b773b0d9f5ace5 (patch) | |
tree | 7778ffb395701508f669dccbb624ce75341cfc80 /Alc/backends/base.h | |
parent | 96aacac10ca852fc30fd7f72f3e3c6ddbe02858c (diff) |
Rename ALCsndioBackend
Diffstat (limited to 'Alc/backends/base.h')
-rw-r--r-- | Alc/backends/base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/backends/base.h b/Alc/backends/base.h index ba92b4ac..e6f624c2 100644 --- a/Alc/backends/base.h +++ b/Alc/backends/base.h @@ -142,7 +142,7 @@ ALCbackendFactory *ALCcoreAudioBackendFactory_getFactory(void); ALCbackendFactory *ALCossBackendFactory_getFactory(void); ALCbackendFactory *ALCjackBackendFactory_getFactory(void); ALCbackendFactory *ALCsolarisBackendFactory_getFactory(void); -ALCbackendFactory *ALCsndioBackendFactory_getFactory(void); +ALCbackendFactory *SndioBackendFactory_getFactory(void); ALCbackendFactory *ALCqsaBackendFactory_getFactory(void); ALCbackendFactory *ALCwasapiBackendFactory_getFactory(void); ALCbackendFactory *ALCdsoundBackendFactory_getFactory(void); |