diff options
Diffstat (limited to 'menu.h')
-rw-r--r-- | menu.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -45,6 +45,7 @@ protected: virtual void Store(); public: cPvrMenuSetup(); + virtual eOSState ProcessKey(eKeys Key); }; class cPvrMenuMain : public cOsdObject { |