From 8667ffc059ff392cd50c88da9f6034354a2db746 Mon Sep 17 00:00:00 2001 From: ed Date: Wed, 24 Oct 2018 11:45:51 +0100 Subject: [PATCH] Projucer: Ensure that ValueWithDefault objects outlive the PropertyComponents which reference them --- .../Windows/jucer_GlobalPathsWindowComponent.h | 6 +++--- .../Windows/jucer_PIPCreatorWindowComponent.h | 14 +++++++------- .../Project/UI/Sidebar/jucer_ModuleTreeItems.h | 6 +++--- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/extras/Projucer/Source/Application/Windows/jucer_GlobalPathsWindowComponent.h b/extras/Projucer/Source/Application/Windows/jucer_GlobalPathsWindowComponent.h index 18d165388e..e35adf7070 100644 --- a/extras/Projucer/Source/Application/Windows/jucer_GlobalPathsWindowComponent.h +++ b/extras/Projucer/Source/Application/Windows/jucer_GlobalPathsWindowComponent.h @@ -144,6 +144,9 @@ public: } private: + ValueWithDefault jucePathValue, juceModulePathValue, userModulePathValue, vst3PathValue, rtasPathValue, aaxPathValue, + androidSDKPathValue, androidNDKPathValue, clionExePathValue, androidStudioExePathValue; + OwnedArray