DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit 9c1aa0c37c27a4158a4d1dec1ee94e757ea5227d
parent 8a760ef11159f1b7d0be3fef4a05c91d74318860
Author: falkTX <falktx@gmail.com>
Date:   Fri, 18 Sep 2015 11:34:13 +0200

Fix build

Diffstat:
Mdistrho/src/DistrhoPluginLV2.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distrho/src/DistrhoPluginLV2.cpp b/distrho/src/DistrhoPluginLV2.cpp @@ -1013,7 +1013,7 @@ static LV2_Handle lv2_instantiate(const LV2_Descriptor*, double sampleRate, cons #endif d_lastBufferSize = 0; - usingNominal = false; + bool usingNominal = false; for (int i=0; options[i].key != 0; ++i) {