aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/opensl.h
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/backends/opensl.h')
-rw-r--r--Alc/backends/opensl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/backends/opensl.h b/Alc/backends/opensl.h
index 31d0caae..bab15115 100644
--- a/Alc/backends/opensl.h
+++ b/Alc/backends/opensl.h
@@ -12,7 +12,7 @@ public:
void probe(DevProbe type, std::string *outnames) override;
- ALCbackend *createBackend(ALCdevice *device, ALCbackend_Type type) override;
+ BackendBase *createBackend(ALCdevice *device, ALCbackend_Type type) override;
static BackendFactory &getFactory();
};