diff --git a/osu.Game/Overlays/Options/OptionsSubsection.cs b/osu.Game/Overlays/Options/OptionsSubsection.cs index 5d388bd003..c867b8b7cf 100644 --- a/osu.Game/Overlays/Options/OptionsSubsection.cs +++ b/osu.Game/Overlays/Options/OptionsSubsection.cs @@ -8,7 +8,7 @@ namespace osu.Game.Overlays.Options { public abstract class OptionsSubsection : Container { - private Container content; + private Container content; protected override Container Content => content; protected abstract string Header { get; }