From d2ab079b7c82dacf5d4893ce2be45f48f08e44e5 Mon Sep 17 00:00:00 2001 From: Darkstar Date: Fri, 5 Mar 2021 13:44:43 +0100 Subject: [PATCH] Fix for change in Aaru.CommonTypes.PluginBase --- Register.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Register.cs b/Register.cs index c756cb8..88abfc6 100644 --- a/Register.cs +++ b/Register.cs @@ -66,5 +66,7 @@ namespace Aaru.Checksums public List GetAllWritableFloppyImagePlugins() => null; public List GetAllWritableImagePlugins() => null; + + public List GetAllArchivePlugins() => null; } -} \ No newline at end of file +}