1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 16:32:54 +08:00

Fix CI issue

This commit is contained in:
Dean Herbert 2017-09-06 22:41:03 +09:00
parent 858c41f86e
commit a7fa66b9f9

View File

@ -267,7 +267,7 @@ namespace osu.Game.Overlays.Chat
public class CloseButton : ClickableContainer public class CloseButton : ClickableContainer
{ {
private SpriteIcon icon; private readonly SpriteIcon icon;
public CloseButton() public CloseButton()
{ {