From b763dd53687e677a92d9dc5d3625564df243ce23 Mon Sep 17 00:00:00 2001 From: Raymond Date: Sun, 17 Oct 2021 19:47:17 -0400 Subject: [PATCH] StyleModel should be internal, or outside the internal namespace. --- Dalamud/Interface/Internal/Windows/StyleEditor/StyleModel.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dalamud/Interface/Internal/Windows/StyleEditor/StyleModel.cs b/Dalamud/Interface/Internal/Windows/StyleEditor/StyleModel.cs index 7fa7a5b4f..0f5effe11 100644 --- a/Dalamud/Interface/Internal/Windows/StyleEditor/StyleModel.cs +++ b/Dalamud/Interface/Internal/Windows/StyleEditor/StyleModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Numerics; @@ -12,7 +12,7 @@ namespace Dalamud.Interface.Internal.Windows.StyleEditor /// /// Class representing a serializable ImGui style. /// - public class StyleModel + internal class StyleModel { /// /// Initializes a new instance of the class.