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