aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
Diffstat (limited to 'Alc')
-rw-r--r--Alc/ALc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index b4a06bfc..4142a99d 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -1400,7 +1400,7 @@ ALint64 ALCdevice_GetLatencyDefault(ALCdevice *UNUSED(device))
}
-ALint64 alcGetLatency(ALCdevice *device)
+ALint64 ALCdevice_GetLatency(ALCdevice *device)
{
return VCALL0(device->Backend,getLatency)();
}