comparison dwtx/jface/text/source/LineNumberRulerColumn.d @ 192:c3583c6ec027

Added missing default cases for switch statements
author Frank Benoit <benoit@tionex.de>
date Mon, 03 Nov 2008 22:52:26 +0100
parents 1a5b8f8129df
children
comparison
equal deleted inserted replaced
191:1ef729510ed6 192:c3583c6ec027
404 display.timerExec(TIMER_INTERVAL, this); 404 display.timerExec(TIMER_INTERVAL, this);
405 } 405 }
406 } 406 }
407 }; 407 };
408 break; 408 break;
409 default:
409 } 410 }
410 411
411 if (timer !is null) { 412 if (timer !is null) {
412 fAutoScrollDirection= direction; 413 fAutoScrollDirection= direction;
413 display.timerExec(TIMER_INTERVAL, timer); 414 display.timerExec(TIMER_INTERVAL, timer);