mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Reorder data members to ensure that headers outlive the concertina
This commit is contained in:
parent
65b6c85594
commit
fa0c91ddee
1 changed files with 1 additions and 1 deletions
|
|
@ -552,8 +552,8 @@ private:
|
|||
}
|
||||
|
||||
//==============================================================================
|
||||
ConcertinaPanel concertinaPanel;
|
||||
std::vector<std::unique_ptr<ConcertinaHeader>> headers;
|
||||
ConcertinaPanel concertinaPanel;
|
||||
Project* project = nullptr;
|
||||
|
||||
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (Sidebar)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue