diff mde/content/Content.d @ 167:620d4ea30228

Context menus: added a clipboard (functions accessible from main menu rather than context menu).
author Diggory Hardy <diggory.hardy@gmail.com>
date Sat, 27 Jun 2009 11:57:26 +0200
parents bb2f1a76346d
children da8d3091fdaf
line wrap: on
line diff
--- a/mde/content/Content.d	Sun Jun 21 12:19:18 2009 +0200
+++ b/mde/content/Content.d	Sat Jun 27 11:57:26 2009 +0200
@@ -97,6 +97,7 @@
             	parent = new ContentList (parentSym);
         }
         parent.append (this);
+	//logger.trace ("Created: {}\t{}", symbol, this);
     }
     
     void name (Translation.Entry e) {
@@ -141,6 +142,8 @@
     override bool set (IContent) {
 	return false;
     }
+    /// ditto
+    override void opAssign (char[]) {}
     
 protected:
     char[] symbol;