diff dmd/Scope.d @ 131:206db751bd4c

dmdfe 2.037 compiles now
author Eldar Insafutdinov <e.insafutdinov@gmail.com>
date Fri, 10 Sep 2010 00:27:37 +0100
parents 010eb8f0e18d
children af1bebfd96a4
line wrap: on
line diff
--- a/dmd/Scope.d	Thu Sep 09 22:51:44 2010 +0100
+++ b/dmd/Scope.d	Fri Sep 10 00:27:37 2010 +0100
@@ -78,7 +78,7 @@
     PROT protection = PROT.PROTpublic;	// protection for class members
     int explicitProtection;	// set if in an explicit protection attribute
 
-    STC stc;		// storage class
+    StorageClass stc;		// storage class
 
     SCOPE flags;