summaryrefslogtreecommitdiff
path: root/myreplaycontrol.h
diff options
context:
space:
mode:
Diffstat (limited to 'myreplaycontrol.h')
-rw-r--r--myreplaycontrol.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/myreplaycontrol.h b/myreplaycontrol.h
index 2819dd1..85bc179 100644
--- a/myreplaycontrol.h
+++ b/myreplaycontrol.h
@@ -1,8 +1,9 @@
class myReplayControl:public cReplayControl
{
+ private:
+ bool timesearchactive;
public:
- static char *Cut;
- static char *Cutted;
- eOSState ProcessKey(eKeys Key);
- ~myReplayControl();
+ myReplayControl();
+ ~myReplayControl();
+ eOSState ProcessKey(eKeys Key);
};