diff options
Diffstat (limited to 'menu.h')
-rw-r--r-- | menu.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ typedef enum { class cPvrMenuSetup : public cMenuSetupPage { private: cPvrSetup newPvrSetup; + cPvrSetup cachedPvrSetup; protected: virtual void Store(); public: |