comparison dwt/graphics/Image.d @ 151:0ba75290f8ce

Added a bunch of missing defaults to switch statements
author Jacob Carlborg <doob@me.com>
date Wed, 10 Jun 2009 21:52:31 +0200
parents ad4e1fe71a5a
children
comparison
equal deleted inserted replaced
150:1ec7c20355bd 151:0ba75290f8ce
335 } 335 }
336 OS.memmove(data + (y * bpr), line.ptr, bpr); 336 OS.memmove(data + (y * bpr), line.ptr, bpr);
337 } 337 }
338 break; 338 break;
339 } 339 }
340 default:
340 } 341 }
341 } 342 }
342 init_(); 343 init_();
343 } finally { 344 } finally {
344 if (pool !is null) pool.release(); 345 if (pool !is null) pool.release();