StyleModel should be internal, or outside the internal namespace.

This commit is contained in:
Raymond 2021-10-17 19:47:17 -04:00
parent 23c0e34737
commit b763dd5368

View file

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Numerics; using System.Numerics;
@ -12,7 +12,7 @@ namespace Dalamud.Interface.Internal.Windows.StyleEditor
/// <summary> /// <summary>
/// Class representing a serializable ImGui style. /// Class representing a serializable ImGui style.
/// </summary> /// </summary>
public class StyleModel internal class StyleModel
{ {
/// <summary> /// <summary>
/// Initializes a new instance of the <see cref="StyleModel"/> class. /// Initializes a new instance of the <see cref="StyleModel"/> class.