From ff7b8fc1de1202081ceec90d875b4ce18613c8eb Mon Sep 17 00:00:00 2001 From: goat <16760685+goaaats@users.noreply.github.com> Date: Thu, 2 Sep 2021 00:54:43 +0200 Subject: [PATCH] Namespace nullable --- Dalamud/Interface/Windowing/Window.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dalamud/Interface/Windowing/Window.cs b/Dalamud/Interface/Windowing/Window.cs index f7de28fd6..a3a945788 100644 --- a/Dalamud/Interface/Windowing/Window.cs +++ b/Dalamud/Interface/Windowing/Window.cs @@ -34,7 +34,7 @@ namespace Dalamud.Interface.Windowing /// /// Gets or sets the namespace of the window. /// - public string Namespace { get; set; } + public string? Namespace { get; set; } /// /// Gets or sets the name of the window.