comparison 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
comparison
equal deleted inserted replaced
125:00f8787f4742 126:3d684126a966
45 public abstract class PlatformObject : IAdaptable { 45 public abstract class PlatformObject : IAdaptable {
46 /** 46 /**
47 * Constructs a new platform object. 47 * Constructs a new platform object.
48 */ 48 */
49 public this() { 49 public this() {
50 super(); 50 // super();
51 } 51 }
52 52
53 /** 53 /**
54 * Returns an object which is an instance of the given class 54 * Returns an object which is an instance of the given class
55 * associated with this object. Returns <code>null</code> if 55 * associated with this object. Returns <code>null</code> if