diff options
Diffstat (limited to 'control.h')
-rw-r--r-- | control.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |