diff --git a/src/SharpIDE.Godot/IdeRoot.cs b/src/SharpIDE.Godot/IdeRoot.cs index 31151a6..2c75448 100644 --- a/src/SharpIDE.Godot/IdeRoot.cs +++ b/src/SharpIDE.Godot/IdeRoot.cs @@ -13,6 +13,7 @@ public partial class IdeRoot : Control private Button _openSlnButton = null!; private FileDialog _fileDialog = null!; private SharpIdeCodeEdit _sharpIdeCodeEdit = null!; + private SolutionExplorerPanel _solutionExplorerPanel = null!; public override void _Ready() { MSBuildLocator.RegisterDefaults(); @@ -20,6 +21,7 @@ public partial class IdeRoot : Control _openSlnButton = GetNode