diff options
Diffstat (limited to 'myreplaycontrol.h')
-rw-r--r-- | myreplaycontrol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myreplaycontrol.h b/myreplaycontrol.h index 78d0008..01980ac 100644 --- a/myreplaycontrol.h +++ b/myreplaycontrol.h @@ -4,5 +4,5 @@ class myReplayControl:public cReplayControl { public: eOSState ProcessKey(eKeys Key); - static bool jumprec; + ~myReplayControl(); }; |