Browse Source

errm

master
falkTX 10 years ago
parent
commit
25c74617c1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      plugins/ProM/DistrhoPluginProM.cpp

+ 1
- 1
plugins/ProM/DistrhoPluginProM.cpp View File

@@ -68,7 +68,7 @@ void DistrhoPluginProM::d_run(const float** inputs, float** outputs, uint32_t fr
if (fPM == nullptr)
return;
if (PCM* const pcm = const_cast<PCM*>fPM->pcm())
if (PCM* const pcm = const_cast<PCM*>(fPM->pcm()))
pcm->addPCMfloat(in, frames);
}


Loading…
Cancel
Save