From c73a024d5d1aabea68b769576ecce7641af0ef51 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sun, 30 Sep 2018 22:28:59 +0100 Subject: [PATCH] Add default value for writable image options. --- Interfaces/IWritableImage.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Interfaces/IWritableImage.cs b/Interfaces/IWritableImage.cs index 9ab7e89..ed8e907 100644 --- a/Interfaces/IWritableImage.cs +++ b/Interfaces/IWritableImage.cs @@ -65,7 +65,7 @@ namespace DiscImageChef.CommonTypes.Interfaces /// /// Retrieves a list of options supported by the filesystem, with name, type and description /// - IEnumerable<(string name, Type type, string description)> SupportedOptions { get; } + IEnumerable<(string name, Type type, string description, object @default)> SupportedOptions { get; } /// /// Gets a list of known extensions for format auto-chosing ///