diff trunk/src/dil/ast/Parameters.d @ 701:65ad2f96df1f

Moved TypeNode to new module dil.ast.Type.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sat, 26 Jan 2008 23:53:34 +0100
parents a1f8d8f2db38
children 00f872d949ea
line wrap: on
line diff
--- a/trunk/src/dil/ast/Parameters.d	Sat Jan 26 23:39:02 2008 +0100
+++ b/trunk/src/dil/ast/Parameters.d	Sat Jan 26 23:53:34 2008 +0100
@@ -5,7 +5,7 @@
 module dil.ast.Parameters;
 
 import dil.ast.Node;
-import dil.ast.Types;
+import dil.ast.Type;
 import dil.ast.Expression;
 import dil.lexer.Identifier;
 import dil.Enums;