Add missing access modifiers.

This commit is contained in:
Dean Herbert
2017-03-09 13:55:29 +09:00
parent 9772f2a042
commit dc5ac6e88f
5 changed files with 9 additions and 9 deletions

View File

@ -13,7 +13,7 @@ using osu.Game.Screens.Play;
namespace osu.Desktop.VisualTests.Tests
{
class TestCaseReplay : TestCasePlayer
internal class TestCaseReplay : TestCasePlayer
{
private WorkingBeatmap beatmap;