DPF

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

commit 79dfcc97e4e153daec564774c418d68ca1130e59
parent 97fb4236d0ece085c7b2ec89d3324acace379d75
Author: falkTX <falktx@gmail.com>
Date:   Tue,  5 Apr 2016 16:26:36 +0200

Fix new OSX 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 @@ -309,7 +309,7 @@ public: fURIDs.timeFrame, &frame, fURIDs.timeSpeed, &speed, fURIDs.timeTicksPerBeat, &ticksPerBeat, - nullptr); + 0); // need to handle this first as other values depend on it if (ticksPerBeat != nullptr)