comparison dwtx/jface/text/projection/ProjectionTextStore.d @ 134:51e6e63f930e

Regex fix for casts
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 01:46:20 +0200
parents 7d818bd32d63
children 1a5b8f8129df
comparison
equal deleted inserted replaced
133:7d818bd32d63 134:51e6e63f930e
148 } catch (BadLocationException e) { 148 } catch (BadLocationException e) {
149 internalError(); 149 internalError();
150 } 150 }
151 151
152 // unreachable 152 // unreachable
153 return (char) 0; 153 return cast(wchar) 0;
154 } 154 }
155 155
156 /* 156 /*
157 * @see ITextStore#get(int, int) 157 * @see ITextStore#get(int, int)
158 */ 158 */