comparison dwtx/jface/text/Position.d @ 140:26688fec6d23

Following dsss compile errors
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 03:23:46 +0200
parents b6bad70d540a
children 25f1f92fa3df
comparison
equal deleted inserted replaced
139:93a6ec48fd28 140:26688fec6d23
226 } 226 }
227 227
228 /** 228 /**
229 * Marks this position as deleted. 229 * Marks this position as deleted.
230 */ 230 */
231 public void delete() { 231 public void delete_() {
232 isDeleted= true; 232 isDeleted= true;
233 } 233 }
234 234
235 /** 235 /**
236 * Marks this position as not deleted. 236 * Marks this position as not deleted.