1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 19:50:18 +08:00

merge fix

wtf?
This commit is contained in:
cdwcgt
2023-04-09 15:12:15 +09:00
Unverified
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)
{
}