diff mde/content/miscContent.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 9f035cd139c6
children
line wrap: on
line diff
--- a/mde/content/miscContent.d	Sun Jun 21 12:19:18 2009 +0200
+++ b/mde/content/miscContent.d	Sat Jun 27 11:57:26 2009 +0200
@@ -31,7 +31,7 @@
 /** A Content with no value but able to pass on an event.
 *
 * The point being that a button can be tied to one of these. */
-class EventContent : Content {
+class EventContent : Content, IEventContent {
     this (char[] symbol) {
         super (symbol);
     }