diff mde/gui/widget/AChildWidget.d @ 175:1cbde9807293

Compile/link-time fixes for ldc & non-debug builds. Moved WidgetManager to widget/ Reverted IChildWidget to an interface, not an abstract class. Introduced a work-around for a compiler problem. May not cover all cases.
author Diggory Hardy <diggory.hardy@gmail.com>
date Fri, 11 Sep 2009 20:56:53 +0200
parents 3d58adc17d20
children d5d5fe04ca6c
line wrap: on
line diff
--- a/mde/gui/widget/AChildWidget.d	Mon Aug 31 13:54:23 2009 +0200
+++ b/mde/gui/widget/AChildWidget.d	Fri Sep 11 20:56:53 2009 +0200
@@ -61,7 +61,7 @@
     
     // Widgets with content need to override these
     override IContent content () {
-        return null;
+       return null;
     }
     override void setContent (IContent) {}
 //END Load and save