mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +01:00
StyleModel should be internal, or outside the internal namespace.
This commit is contained in:
parent
23c0e34737
commit
b763dd5368
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue