From a7fa66b9f91b710ba9969757b6c6d21159879bc2 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Wed, 6 Sep 2017 22:41:03 +0900 Subject: [PATCH] Fix CI issue --- osu.Game/Overlays/Chat/ChatTabControl.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game/Overlays/Chat/ChatTabControl.cs b/osu.Game/Overlays/Chat/ChatTabControl.cs index 6498761832..b68bdac3b3 100644 --- a/osu.Game/Overlays/Chat/ChatTabControl.cs +++ b/osu.Game/Overlays/Chat/ChatTabControl.cs @@ -267,7 +267,7 @@ namespace osu.Game.Overlays.Chat public class CloseButton : ClickableContainer { - private SpriteIcon icon; + private readonly SpriteIcon icon; public CloseButton() {