summaryrefslogtreecommitdiff
path: root/control.h
diff options
context:
space:
mode:
Diffstat (limited to 'control.h')
-rw-r--r--control.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/control.h b/control.h
index 8029c52..3dfdc54 100644
--- a/control.h
+++ b/control.h
@@ -28,7 +28,7 @@ protected:
virtual void Hide(void) {}
public:
- cControlBlock(int Direction, const cChannel *Channel, const cEvent *Present, const cEvent *Following);
+ cControlBlock(const cChannel *Channel, const cEvent *Present, const cEvent *Following);
~cControlBlock();
virtual eOSState ProcessKey(eKeys Key);