comparison dwt/printing/Printer.d @ 36:db5a898b2119

Fixed a lot of compile errors
author Jacob Carlborg <doob@me.com> <jacob.carlborg@gmail.com>
date Tue, 07 Oct 2008 12:56:18 +0200
parents e831403a80a9
children d8635bb48c7c
comparison
equal deleted inserted replaced
35:7d135fe0caf2 36:db5a898b2119
313 // } 313 // }
314 // return context; 314 // return context;
315 return 0; 315 return 0;
316 } 316 }
317 317
318 protected void init () { 318 protected void init_ () {
319 super.init(); 319 super.init_();
320 } 320 }
321 321
322 /** 322 /**
323 * Invokes platform specific functionality to dispose a GC handle. 323 * Invokes platform specific functionality to dispose a GC handle.
324 * <p> 324 * <p>