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 b60dbc10..e5801c01 100644 --- a/Alc/backends/winmm.h +++ b/Alc/backends/winmm.h @@ -10,7 +10,7 @@ public: bool querySupport(ALCbackend_Type type) override; - void probe(enum DevProbe type, std::string *outnames) override; + void probe(DevProbe type, std::string *outnames) override; ALCbackend *createBackend(ALCdevice *device, ALCbackend_Type type) override; |