aboutsummaryrefslogtreecommitdiffstats
path: root/alc/backends/coreaudio.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-03-30 16:00:02 -0700
committerChris Robinson <[email protected]>2020-03-30 16:00:02 -0700
commit662d77159bf9b24b9ef48717547a6d454551bc43 (patch)
treec68e48139a1d4093cc9f01356e8a5d45161f01db /alc/backends/coreaudio.h
parentf2ddf971df5cbbd112e0d677b0ea5bd6368051dc (diff)
Get rid of a redundant enum
Diffstat (limited to 'alc/backends/coreaudio.h')
-rw-r--r--alc/backends/coreaudio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/backends/coreaudio.h b/alc/backends/coreaudio.h
index 212db92b..16957806 100644
--- a/alc/backends/coreaudio.h
+++ b/alc/backends/coreaudio.h
@@ -9,7 +9,7 @@ public:
bool querySupport(BackendType type) override;
- std::string probe(DevProbe type) override;
+ std::string probe(BackendType type) override;
BackendPtr createBackend(ALCdevice *device, BackendType type) override;