diff trunk/src/dil/ast/Parameters.d @ 654:2a71e2f50e13

Moved class Declaration to its own module.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Tue, 15 Jan 2008 16:22:49 +0100
parents b2fc028d8b55
children a1f8d8f2db38
line wrap: on
line diff
--- a/trunk/src/dil/ast/Parameters.d	Tue Jan 15 16:05:42 2008 +0100
+++ b/trunk/src/dil/ast/Parameters.d	Tue Jan 15 16:22:49 2008 +0100
@@ -6,7 +6,7 @@
 
 import dil.ast.Node;
 import dil.ast.Types;
-import dil.ast.Expressions;
+import dil.ast.Expression;
 import dil.lexer.Identifier;
 import dil.Enums;