1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-03 03:30:06 +00:00

Projucer: Update to ValueTreePropertyWithDefault class

This commit is contained in:
ed 2021-12-10 15:02:18 +00:00
parent 2b6dc9f7d2
commit fdcdda3463
17 changed files with 166 additions and 142 deletions

View file

@ -188,7 +188,7 @@ public:
}
private:
ValueWithDefault targetPlatformValue;
ValueTreePropertyWithDefault targetPlatformValue;
String getTargetPlatformString() const { return targetPlatformValue.get(); }
@ -235,7 +235,7 @@ private:
String getArchitectureTypeString() const { return architectureTypeValue.get(); }
//==============================================================================
ValueWithDefault architectureTypeValue;
ValueTreePropertyWithDefault architectureTypeValue;
};
BuildConfiguration::Ptr createBuildConfig (const ValueTree& tree) const override