Browse Source

Fix build

master
falkTX 10 years ago
parent
commit
69cfa9414b
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 = fPM->pcm())
if (PCM* const pcm = const_cast<PCM*>fPM->pcm())
pcm->addPCMfloat(in, frames);
}


Loading…
Cancel
Save