From cb968d24c1c44ab835e9262e248f5014f2834136 Mon Sep 17 00:00:00 2001 From: goat Date: Tue, 14 Nov 2023 18:46:40 +0100 Subject: [PATCH] fix: TitleBarButton => class --- 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 144eb35fc..59cb4d570 100644 --- a/Dalamud/Interface/Windowing/Window.cs +++ b/Dalamud/Interface/Windowing/Window.cs @@ -637,7 +637,7 @@ public abstract class Window /// /// Structure describing a title bar button. /// - public struct TitleBarButton + public class TitleBarButton { /// /// Gets or sets the icon of the button.