summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.h b/setup.h
index b60c60c..c726190 100644
--- a/setup.h
+++ b/setup.h
@@ -1,5 +1,5 @@
/*
- * $Id: setup.h,v 1.2 2004/06/12 19:16:11 lordjaxom Exp $
+ * $Id: setup.h,v 1.3 2004/06/18 16:08:11 lordjaxom Exp $
*/
#ifndef VDR_TEXT2SKIN_SETUP_H
@@ -26,6 +26,7 @@ public:
virtual ~cText2SkinSetupPage();
virtual void Store(void);
+ eOSState ProcessKey(eKeys Key);
};
extern cText2SkinSetup Text2SkinSetup;