aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'alc/alc.cpp')
-rw-r--r--alc/alc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/alc.cpp b/alc/alc.cpp
index d226b39d..290cc3d1 100644
--- a/alc/alc.cpp
+++ b/alc/alc.cpp
@@ -1093,7 +1093,7 @@ void alc_initconfig(void)
ALSOFT_GIT_BRANCH);
{
std::string names;
- if(al::size(BackendList) < 1)
+ if(std::size(BackendList) < 1)
names = "(none)";
else
{