comparison dwtx/text/edits/CopyTargetEdit.d @ 133:7d818bd32d63

Fix ctors to this with gvim regexp
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 01:29:22 +0200
parents c4fb132a086c
children 51e6e63f930e
comparison
equal deleted inserted replaced
132:77bd3bb3d7b8 133:7d818bd32d63
66 /** 66 /**
67 * Constructs a new copy target edit 67 * Constructs a new copy target edit
68 * 68 *
69 * @param offset the edit's offset 69 * @param offset the edit's offset
70 */ 70 */
71 public CopyTargetEdit(int offset) { 71 public this(int offset) {
72 super(offset, 0); 72 super(offset, 0);
73 } 73 }
74 74
75 /** 75 /**
76 * Constructs an new copy target edit 76 * Constructs an new copy target edit