diff mde/content/Content.d @ 165:bb2f1a76346d

Fixed a few bugs; most notably changing the translation reloads the text on PopupMenuWidgets now.
author Diggory Hardy <diggory.hardy@gmail.com>
date Sun, 07 Jun 2009 16:20:16 +0200
parents 24d77c52243f
children 620d4ea30228
line wrap: on
line diff
--- a/mde/content/Content.d	Sat May 23 17:23:21 2009 +0200
+++ b/mde/content/Content.d	Sun Jun 07 16:20:16 2009 +0200
@@ -124,7 +124,7 @@
      * Content.changed.boolData[symbol] = val;
      * super();
      * --- */
-    void endEvent () {
+    final void endEvent () {
 	foreach (dg; cb)
 	    dg (this);
     }