1
0
Fork 0
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:
reuk 2023-11-02 13:57:49 +00:00 committed by Anthony Nicholls
parent 65b6c85594
commit fa0c91ddee

View file

@ -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)