changeset 35:69494b249ace

improper function signature fix
author korDen
date Sat, 21 Aug 2010 05:51:06 +0400
parents 544b922227c7
children 3012e829306f
files dmd/StaticAssert.d
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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
 	}