diff trunk/src/dil/ast/Type.d @ 791:5fe89bb8cbdd

Implemented syntax tree copying.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Tue, 26 Feb 2008 20:13:41 +0100
parents 5e3ef1b2011c
children
line wrap: on
line diff
--- a/trunk/src/dil/ast/Type.d	Mon Feb 25 03:37:20 2008 +0100
+++ b/trunk/src/dil/ast/Type.d	Tue Feb 26 20:13:41 2008 +0100
@@ -33,4 +33,6 @@
       type = type.next;
     return type;
   }
+
+  override abstract TypeNode copy();
 }