diff --git a/ICSharpCode.Decompiler/CSharp/CSharpDecompiler.cs b/ICSharpCode.Decompiler/CSharp/CSharpDecompiler.cs index ceec1103e..060f7840e 100644 --- a/ICSharpCode.Decompiler/CSharp/CSharpDecompiler.cs +++ b/ICSharpCode.Decompiler/CSharp/CSharpDecompiler.cs @@ -257,7 +257,7 @@ namespace ICSharpCode.Decompiler.CSharp /// /// Creates a new instance from the given and the given . /// - public CSharpDecompiler(DecompilerTypeSystem typeSystem, DecompilerSettings settings) + public CSharpDecompiler(IDecompilerTypeSystem typeSystem, DecompilerSettings settings) { this.typeSystem = typeSystem ?? throw new ArgumentNullException(nameof(typeSystem)); this.settings = settings;