mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 13:22:55 +08:00
merge fix
wtf?
This commit is contained in:
parent
5d64c1b7bf
commit
52fc6de13f
@ -110,9 +110,9 @@ namespace osu.Game.Tests.Database
|
||||
public override string ToString() => Filename;
|
||||
}
|
||||
|
||||
private class TestLegacyExporter : LegacyExporter<IHasNamedFiles>
|
||||
private class TestLegacyModelExporter : LegacyModelExporter<IHasNamedFiles>
|
||||
{
|
||||
public TestLegacyExporter(Storage storage)
|
||||
public TestLegacyModelExporter(Storage storage)
|
||||
: base(storage)
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user