From 942d8aa382be513ceecb27448d5d5fa021fb1b3a Mon Sep 17 00:00:00 2001 From: xenakios Date: Tue, 16 Jul 2019 15:46:44 +0300 Subject: [PATCH] Compile fixes --- Source/PS_Source/globals.h | 4 ++-- paulstretchplugin.jucer | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/PS_Source/globals.h b/Source/PS_Source/globals.h index 28e0fd7..f10150e 100644 --- a/Source/PS_Source/globals.h +++ b/Source/PS_Source/globals.h @@ -121,7 +121,7 @@ inline void storeToTreeProperties(ValueTree dest, UndoManager* uman, AudioParame if (par) dest.setProperty(par->paramID,(int)*par,uman); } -inline void storeToTreeProperties(ValueTree dest, UndoManager* uman, const OwnedArray& pars, +inline void storeToTreeProperties(ValueTree dest, UndoManager* uman, const Array& pars, const std::set& ignorepars = {}) { for (auto& e : pars) @@ -173,7 +173,7 @@ inline void getFromTreeProperties(ValueTree src, T par) } } -inline void getFromTreeProperties(ValueTree src, const OwnedArray& pars) +inline void getFromTreeProperties(ValueTree src, const Array& pars) { for (auto& e : pars) { diff --git a/paulstretchplugin.jucer b/paulstretchplugin.jucer index 2456a55..9a5c896 100644 --- a/paulstretchplugin.jucer +++ b/paulstretchplugin.jucer @@ -152,7 +152,7 @@ - +