From 6ddb2c36fc19f0bdcd46ff56536525325d4d3bc5 Mon Sep 17 00:00:00 2001
From: Filip Gawin <filip.gawin@zoho.com>
Date: Wed, 9 Jan 2019 19:43:54 +0100
Subject: Remove redundant void argument list in function def

---
 Alc/effects/modulator.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'Alc/effects/modulator.cpp')

diff --git a/Alc/effects/modulator.cpp b/Alc/effects/modulator.cpp
index 4b7adaba..d9a3046e 100644
--- a/Alc/effects/modulator.cpp
+++ b/Alc/effects/modulator.cpp
@@ -177,7 +177,7 @@ struct ModulatorStateFactory final : public EffectStateFactory {
 EffectState *ModulatorStateFactory::create()
 { return new ALmodulatorState{}; }
 
-EffectStateFactory *ModulatorStateFactory_getFactory(void)
+EffectStateFactory *ModulatorStateFactory_getFactory()
 {
     static ModulatorStateFactory ModulatorFactory{};
     return &ModulatorFactory;
-- 
cgit v1.2.3