diff mde/content/AStringContent.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 e45226d3deae
children
line wrap: on
line diff
--- a/mde/content/AStringContent.d	Mon Aug 31 13:54:23 2009 +0200
+++ b/mde/content/AStringContent.d	Fri Sep 11 20:56:53 2009 +0200
@@ -184,7 +184,7 @@
      * Returns: true if string successfully converted to value.
      * 
      * Should never throw; should reset sv at least when returning false. */
-    bool endEdit ();
+    abstract bool endEdit ();
     
 protected:
     //TODO: copy-on-assign, copy-on-edit, or what?