summaryrefslogtreecommitdiff
path: root/Source/DafnyExtension
diff options
context:
space:
mode:
authorGravatar wuestholz <unknown>2014-09-23 13:30:07 +0200
committerGravatar wuestholz <unknown>2014-09-23 13:30:07 +0200
commitf5120dc1fc47c3eb227f9b21ad42c23814ac8949 (patch)
treecff8069b89a89ee9da7267d0a87155fa0517b5e3 /Source/DafnyExtension
parentdd130ac96e0fbdf4bdf0fc6d7b7862a55aa64346 (diff)
Did more refactoring.
Diffstat (limited to 'Source/DafnyExtension')
-rw-r--r--Source/DafnyExtension/ResolverTagger.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/DafnyExtension/ResolverTagger.cs b/Source/DafnyExtension/ResolverTagger.cs
index bbe51665..3adb37a4 100644
--- a/Source/DafnyExtension/ResolverTagger.cs
+++ b/Source/DafnyExtension/ResolverTagger.cs
@@ -154,7 +154,7 @@ namespace DafnyLanguage
string MostRecentRequestId;
- internal void ReInitializeVerificationErrors(string mostRecentRequestId, List<Microsoft.Boogie.Declaration> units)
+ internal void ReInitializeVerificationErrors(string mostRecentRequestId, IEnumerable<Microsoft.Boogie.Declaration> units)
{
var implNames = units.OfType<Microsoft.Boogie.Implementation>().Select(impl => impl.Name);
lock (this)