changeset 126:3d684126a966

fix: compile error
author Frank Benoit <benoit@tionex.de>
date Sun, 17 Aug 2008 01:30:09 +0200
parents 00f8787f4742
children 1997315125c0
files dwtx/core/runtime/PlatformObject.d
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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();
     }
 
     /**