Fix post-merge issues.

This commit is contained in:
smoogipooo 2017-03-14 12:47:29 +09:00
parent 879a78156d
commit a502ff2c87
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ public TestWorkingBeatmap(Beatmap beatmap)
Beatmap = beatmap;
}
protected override BeatmapArchiveReader GetReader() => null;
protected override ArchiveReader GetReader() => null;
}
}
}