aboutsummaryrefslogtreecommitdiffstats
path: root/alc/backends/sdl2.h
diff options
context:
space:
mode:
Diffstat (limited to 'alc/backends/sdl2.h')
-rw-r--r--alc/backends/sdl2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/backends/sdl2.h b/alc/backends/sdl2.h
index ce79d52e..3844b8bf 100644
--- a/alc/backends/sdl2.h
+++ b/alc/backends/sdl2.h
@@ -11,7 +11,7 @@ public:
std::string probe(BackendType type) override;
- BackendPtr createBackend(ALCdevice *device, BackendType type) override;
+ BackendPtr createBackend(DeviceBase *device, BackendType type) override;
static BackendFactory &getFactory();
};