summaryrefslogtreecommitdiff
path: root/dnn/Event.h
diff options
context:
space:
mode:
Diffstat (limited to 'dnn/Event.h')
-rw-r--r--dnn/Event.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dnn/Event.h b/dnn/Event.h
index 3181f81..40197fc 100644
--- a/dnn/Event.h
+++ b/dnn/Event.h
@@ -22,8 +22,7 @@
#include "cplus_bugs.h"
#include "ccu/String.h"
#include "ccu/List.h"
-
-class UchIOS;
+#include "ccu/bool.h"
#if 0
@@ -90,6 +89,7 @@ protected:
const DnnEventType& Type;
char* Data;
+ DnnEvent (const DnnEventType*, bool);
public:
DnnEvent (const DnnEventType*);
~DnnEvent ();