From dc744730252fda782fd8534d874dec63ed35695b Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 17 Mar 2014 10:54:27 -0700 Subject: Store the old-style backend funcs in the wrapper --- Alc/backends/base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Alc/backends/base.h') diff --git a/Alc/backends/base.h b/Alc/backends/base.h index 1bbc1fb0..003a3692 100644 --- a/Alc/backends/base.h +++ b/Alc/backends/base.h @@ -128,6 +128,6 @@ ALCbackendFactory *ALCossBackendFactory_getFactory(void); ALCbackendFactory *ALCnullBackendFactory_getFactory(void); ALCbackendFactory *ALCloopbackFactory_getFactory(void); -ALCbackend *create_backend_wrapper(ALCdevice *device, ALCbackend_Type type); +ALCbackend *create_backend_wrapper(ALCdevice *device, const BackendFuncs *funcs, ALCbackend_Type type); #endif /* AL_BACKENDS_BASE_H */ -- cgit v1.2.3