diff dmd/StaticAssert.d @ 35:69494b249ace

improper function signature fix
author korDen
date Sat, 21 Aug 2010 05:51:06 +0400
parents 460959608115
children 2e2a5c3f943a
line wrap: on
line diff
--- a/dmd/StaticAssert.d	Sat Aug 21 05:46:08 2010 +0400
+++ b/dmd/StaticAssert.d	Sat Aug 21 05:51:06 2010 +0400
@@ -35,7 +35,7 @@
 		return sa;
 	}
 
-	bool addMember(Scope sc, ScopeDsymbol sd, int memnum)
+	bool addMember(Scope sc, ScopeDsymbol sd, bool memnum)
 	{
 		return false;		// we didn't add anything
 	}