summaryrefslogtreecommitdiff
path: root/control.h
diff options
context:
space:
mode:
Diffstat (limited to 'control.h')
-rw-r--r--control.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/control.h b/control.h
index 4bc24a3..78d1d8b 100644
--- a/control.h
+++ b/control.h
@@ -13,18 +13,18 @@
class cControlBlock : public cControl {
private:
- static bool mRequested;
-
- const cChannel *mChannel;
- const cEvent *mPresent;
- const cEvent *mFollowing;
- uint64_t mStart;
- bool mSwitch;
- cSkinDisplayChannel *mOsd;
- int direction;
+ static bool mRequested;
+
+ const cChannel *mChannel;
+ const cEvent *mPresent;
+ const cEvent *mFollowing;
+ uint64_t mStart;
+ bool mSwitch;
+ cSkinDisplayChannel *mOsd;
+ int direction;
protected:
- virtual void Show(void);
+ virtual void Show(void);
virtual void Hide(void) {}
public:
@@ -33,7 +33,7 @@ public:
virtual eOSState ProcessKey(eKeys Key);
- static bool IsRequested(void) { bool r = mRequested; mRequested = false; return r; }
+ static bool IsRequested(void) { bool r = mRequested; mRequested = false; return r; }
};
#endif // VDR_BLOCK_CONTROL_H