aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/null.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/backends/null.cpp')
-rw-r--r--Alc/backends/null.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Alc/backends/null.cpp b/Alc/backends/null.cpp
index 8bd84656..07907dec 100644
--- a/Alc/backends/null.cpp
+++ b/Alc/backends/null.cpp
@@ -161,11 +161,11 @@ void NullBackendFactory::probe(DevProbe type, std::string *outnames)
{
switch(type)
{
- case ALL_DEVICE_PROBE:
+ case DevProbe::Playback:
/* Includes null char. */
outnames->append(nullDevice, sizeof(nullDevice));
break;
- case CAPTURE_DEVICE_PROBE:
+ case DevProbe::Capture:
break;
}
}