Skip to content

Commit

Permalink
Initialize variable
Browse files Browse the repository at this point in the history
  • Loading branch information
FigBug committed Dec 28, 2023
1 parent f678c38 commit 1c29650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion melatonin/inspector_component.h
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ namespace melatonin

private:
Component::SafePointer<Component> selectedComponent;
Component* root;
Component* root = nullptr;
juce::SharedResourcePointer<InspectorSettings> settings;
ComponentModel model;
bool inspectorEnabled;
Expand Down

0 comments on commit 1c29650

Please sign in to comment.