summaryrefslogtreecommitdiff
path: root/myreplaycontrol.h
diff options
context:
space:
mode:
Diffstat (limited to 'myreplaycontrol.h')
-rw-r--r--myreplaycontrol.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/myreplaycontrol.h b/myreplaycontrol.h
index 01980ac..2819dd1 100644
--- a/myreplaycontrol.h
+++ b/myreplaycontrol.h
@@ -1,8 +1,8 @@
-#include <vdr/menu.h>
-
class myReplayControl:public cReplayControl
{
public:
+ static char *Cut;
+ static char *Cutted;
eOSState ProcessKey(eKeys Key);
~myReplayControl();
};