diff dwtx/core/runtime/PlatformObject.d @ 126:3d684126a966

fix: compile error
author Frank Benoit <benoit@tionex.de>
date Sun, 17 Aug 2008 01:30:09 +0200
parents 9d0585bcb7aa
children
line wrap: on
line diff
--- a/dwtx/core/runtime/PlatformObject.d	Sun Aug 17 01:29:36 2008 +0200
+++ b/dwtx/core/runtime/PlatformObject.d	Sun Aug 17 01:30:09 2008 +0200
@@ -47,7 +47,7 @@
      * Constructs a new platform object.
      */
     public this() {
-        super();
+//         super();
     }
 
     /**