aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/effects/null.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/effects/null.cpp')
-rw-r--r--Alc/effects/null.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/effects/null.cpp b/Alc/effects/null.cpp
index 9cb73e72..7401fa6d 100644
--- a/Alc/effects/null.cpp
+++ b/Alc/effects/null.cpp
@@ -69,7 +69,7 @@ struct NullStateFactory final : public EffectStateFactory {
EffectState *NullStateFactory::create()
{ return new ALnullState{}; }
-EffectStateFactory *NullStateFactory_getFactory(void)
+EffectStateFactory *NullStateFactory_getFactory()
{
static NullStateFactory NullFactory{};
return &NullFactory;