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:
parent
2b6dc9f7d2
commit
fdcdda3463
17 changed files with 166 additions and 142 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue