diff --git a/plugins/carlabase/carla.cpp b/plugins/carlabase/carla.cpp index 14c388a08..ca2ebab13 100644 --- a/plugins/carlabase/carla.cpp +++ b/plugins/carlabase/carla.cpp @@ -328,7 +328,7 @@ void CarlaInstrument::play(sampleFrame* workingBuffer) } // set time info - song* const s = Engine::getSong(); + Song * const s = Engine::getSong(); fTimeInfo.playing = s->isPlaying(); fTimeInfo.frame = s->getPlayPos(s->playMode()).frames(Engine::framesPerTick()); fTimeInfo.usecs = s->getMilliseconds()*1000;