DynamicsProcessor: fix e758f80536

This commit is contained in:
Tobias Doerffel
2014-02-23 15:18:24 +01:00
parent 408c98f473
commit feecf52b57

View File

@@ -40,7 +40,7 @@
extern "C"
{
Plugin::Descriptor PLUGIN_EXPORT dynamics_processor_plugin_descriptor =
Plugin::Descriptor PLUGIN_EXPORT dynamicsprocessor_plugin_descriptor =
{
STRINGIFY( PLUGIN_NAME ),
"Dynamics Processor",
@@ -60,7 +60,7 @@ Plugin::Descriptor PLUGIN_EXPORT dynamics_processor_plugin_descriptor =
dynProcEffect::dynProcEffect( Model * _parent,
const Descriptor::SubPluginFeatures::Key * _key ) :
Effect( &dynamics_processor_plugin_descriptor, _parent, _key ),
Effect( &dynamicsprocessor_plugin_descriptor, _parent, _key ),
m_dpControls( this )
{
currentPeak[0] = 0.0f;