diff dwtx/jface/text/templates/Template.d @ 145:02cd5f1224d3

...
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:31:00 +0200
parents b6bad70d540a
children 75302ef3f92f
line wrap: on
line diff
--- a/dwtx/jface/text/templates/Template.d	Sun Aug 24 21:34:15 2008 +0200
+++ b/dwtx/jface/text/templates/Template.d	Sun Aug 24 22:31:00 2008 +0200
@@ -73,8 +73,8 @@
      *
      * @param template the template to copy
      */
-    public this(Template template) {
-        this(template.getName(), template.getDescription(), template.getContextTypeId(), template.getPattern(), template.isAutoInsertable());
+    public this(Template template_) {
+        this(template_.getName(), template_.getDescription(), template_.getContextTypeId(), template_.getPattern(), template_.isAutoInsertable());
     }
 
     /**