diff 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
line wrap: on
line diff
--- a/dwt/printing/Printer.d	Sun Sep 14 23:32:29 2008 +0200
+++ b/dwt/printing/Printer.d	Tue Oct 07 12:56:18 2008 +0200
@@ -315,8 +315,8 @@
     return 0;
 }
 
-protected void init () {
-    super.init();
+protected void init_ () {
+    super.init_();
 }
 
 /**