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

@ -67,7 +67,7 @@ namespace osu.Desktop
});
}
static readonly string[] allowed_extensions = { @".osz", @".osr" };
private static readonly string[] allowed_extensions = { @".osz", @".osr" };
private void dragEnter(DragEventArgs e)
{