Fix for change in Aaru.CommonTypes.PluginBase

This commit is contained in:
Darkstar
2021-03-05 13:44:43 +01:00
parent 909ac371a7
commit d2ab079b7c

View File

@@ -66,5 +66,7 @@ namespace Aaru.Checksums
public List<Type> GetAllWritableFloppyImagePlugins() => null;
public List<Type> GetAllWritableImagePlugins() => null;
public List<Type> GetAllArchivePlugins() => null;
}
}
}