# HG changeset patch # User Frank Benoit # Date 1218929409 -7200 # Node ID 3d684126a966f84cf81c0ab200be6a30830d694f # Parent 00f8787f474272337117d6679c7e56b2112db40a fix: compile error diff -r 00f8787f4742 -r 3d684126a966 dwtx/core/runtime/PlatformObject.d --- 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(); } /**