1
0
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:
cdwcgt 2023-04-09 15:12:15 +09:00
parent 5d64c1b7bf
commit 52fc6de13f
No known key found for this signature in database
GPG Key ID: 144396D01095C3A2

View File

@ -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)
{
}