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