commit 1d4cf915a1fa9e3a03523c268c779c235500f69b
parent 93ce69a675c3a193a02d27e6f58c2c80d906bcf8
Author: falkTX <[email protected]>
Date: Sun, 13 Dec 2015 17:14:11 +0100
Fix build
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/Plugin/AlienWah/AlienWah.cpp b/src/Plugin/AlienWah/AlienWah.cpp
@@ -181,7 +181,11 @@ protected:
/* ------------------------------------------------------------------------------------------------------------
* Create plugin, entry point */
+START_NAMESPACE_DISTRHO
+
Plugin* createPlugin()
{
return new AlienWahPlugin();
}
+
+END_NAMESPACE_DISTRHO