From 79dfcc97e4e153daec564774c418d68ca1130e59 Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 5 Apr 2016 16:27:02 +0200 Subject: [PATCH] Fix new OSX build --- distrho/src/DistrhoPluginLV2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distrho/src/DistrhoPluginLV2.cpp b/distrho/src/DistrhoPluginLV2.cpp index 907d882f..606c65a6 100644 --- 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)