diff dwt/graphics/Font.d @ 37:642f460a0908

Fixed a lot of compile errors, a "hello world" app compiles now
author Jacob Carlborg <doob@me.com> <jacob.carlborg@gmail.com>
date Fri, 10 Oct 2008 12:29:48 +0200
parents db5a898b2119
children d8635bb48c7c
line wrap: on
line diff
--- a/dwt/graphics/Font.d	Tue Oct 07 12:56:18 2008 +0200
+++ b/dwt/graphics/Font.d	Fri Oct 10 12:29:48 2008 +0200
@@ -151,11 +151,11 @@
     init_();
 }
 
-/*public*/ this(Device device, String name, float height, int style) {
+/+/*public*/ this(Device device, String name, float height, int style) {
     super(device);
     init_(name, height, style, null);
     init_();
-}
+}+/
 
 void destroy() {
     handle.release();