diff options
Diffstat (limited to 'alc/backends/winmm.h')
-rw-r--r-- | alc/backends/winmm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/backends/winmm.h b/alc/backends/winmm.h index e357ec19..28b66e98 100644 --- a/alc/backends/winmm.h +++ b/alc/backends/winmm.h @@ -9,7 +9,7 @@ public: bool querySupport(BackendType type) override; - void probe(DevProbe type, std::string *outnames) override; + std::string probe(DevProbe type) override; BackendPtr createBackend(ALCdevice *device, BackendType type) override; |