Merge pull request #2350 from akoeplinger/signcode-sha1
[mono.git] / mcs / tools / corcompare / mono-api-html / NamespaceComparer.cs
index 427df66e6eb9cef2350288359f7226862dfe28ea..258374c6b9dc45230a4d715e6d5d1ce4c56c68a4 100644 (file)
@@ -25,6 +25,7 @@
 //
 
 using System;
+using System.Collections.Generic;
 using System.IO;
 using System.Linq;
 using System.Xml.Linq;
@@ -68,7 +69,7 @@ namespace Xamarin.ApiDiff {
                        Output.WriteLine ();
                }
 
-               public override void Modified (XElement source, XElement target)
+               public override void Modified (XElement source, XElement target, ApiChanges differences)
                {
                        var output = Output;
                        State.Output = new StringWriter ();