Skip to content

Commit

Permalink
Projucer: Reorder data members to ensure that headers outlive the con…
Browse files Browse the repository at this point in the history
…certina
  • Loading branch information
reuk authored and Anthony-Nicholls committed Nov 3, 2023
1 parent 65b6c85 commit fa0c91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/Projucer/Source/Project/UI/Sidebar/jucer_Sidebar.h
Original file line number Diff line number Diff line change
Expand Up @@ -552,8 +552,8 @@ class Sidebar final : public Component,
}

//==============================================================================
ConcertinaPanel concertinaPanel;
std::vector<std::unique_ptr<ConcertinaHeader>> headers;
ConcertinaPanel concertinaPanel;
Project* project = nullptr;

JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (Sidebar)
Expand Down

0 comments on commit fa0c91d

Please sign in to comment.