summaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
authorAndreas Brugger <brougs78@gmx.net>2006-11-19 19:11:29 +0100
committerThomas Günther <tom@toms-cafe.de>2009-06-03 04:03:18 +0200
commit165c14206aa2e06c33ac887f9b9d0f816573a5fe (patch)
treeb10d11bfb48a418a464d830ca0ef7c24d619ef92 /menu.h
parent74a5cc8e14900d48386e33cb576f154a6dd7e557 (diff)
parent5fe5e29f300d653e014f3b656b96f00901f0b106 (diff)
downloadvdr-plugin-text2skin-165c14206aa2e06c33ac887f9b9d0f816573a5fe.tar.gz
vdr-plugin-text2skin-165c14206aa2e06c33ac887f9b9d0f816573a5fe.tar.bz2
2006-11-19: Version 1.1-cvs_ext-0.9a (vdr-text2skin-1.1-cvs_ext-0.9a.diff)
- added APIVERSION to the Makefile for vdr-1.3.47 - fixed possible buffer overflow in xml reading (updated to cvs-version of text2skin)
Diffstat (limited to 'menu.h')
-rw-r--r--menu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/menu.h b/menu.h
index f9aace7..6186761 100644
--- a/menu.h
+++ b/menu.h
@@ -17,7 +17,7 @@ public:
cText2SkinSetupPage(void);
virtual ~cText2SkinSetupPage();
- void cText2SkinSetupPage::Setup(void);
+ void Setup(void);
virtual void Store(void);
eOSState ProcessKey(eKeys Key);
};