diff options
Diffstat (limited to 'myreplaycontrol.h')
-rw-r--r-- | myreplaycontrol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/myreplaycontrol.h b/myreplaycontrol.h index 85bc179..ae4a9c0 100644 --- a/myreplaycontrol.h +++ b/myreplaycontrol.h @@ -2,6 +2,7 @@ class myReplayControl:public cReplayControl { private: bool timesearchactive; + eOSState lastState; public: myReplayControl(); ~myReplayControl(); |