summaryrefslogtreecommitdiff
path: root/control.h
diff options
context:
space:
mode:
Diffstat (limited to 'control.h')
-rw-r--r--control.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/control.h b/control.h
index 3dfdc54..20d5ceb 100644
--- a/control.h
+++ b/control.h
@@ -14,8 +14,8 @@
class cControlBlock : public cControl {
private:
static bool mRequested;
-
- int mLastChannel;
+ int direction;
+
const cChannel *mChannel;
const cEvent *mPresent;
const cEvent *mFollowing;