summaryrefslogtreecommitdiff
path: root/client/setup.h
diff options
context:
space:
mode:
authorschmirl <schmirl>2009-09-18 10:41:41 +0000
committerschmirl <schmirl>2009-09-18 10:41:41 +0000
commit1cf41fb16f8a0ea06fa0dd8cabadc8a3e3610dc6 (patch)
tree252d15da3ce3dbe8813a70854fe67537c5037c83 /client/setup.h
parent6fb88f8d99af82c301ace0f0448eb7dbb964f2be (diff)
downloadvdr-plugin-streamdev-1cf41fb16f8a0ea06fa0dd8cabadc8a3e3610dc6.tar.gz
vdr-plugin-streamdev-1cf41fb16f8a0ea06fa0dd8cabadc8a3e3610dc6.tar.bz2
- cleaned up common.h / common.c
- dropped cStreamdevMenuSetupPage
Diffstat (limited to 'client/setup.h')
-rw-r--r--client/setup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/setup.h b/client/setup.h
index 9f4d11b..f7cba08 100644
--- a/client/setup.h
+++ b/client/setup.h
@@ -1,5 +1,5 @@
/*
- * $Id: setup.h,v 1.5 2009/01/29 07:48:59 schmirl Exp $
+ * $Id: setup.h,v 1.6 2009/09/18 10:43:26 schmirl Exp $
*/
#ifndef VDR_STREAMDEV_SETUPCLIENT_H
@@ -24,7 +24,7 @@ struct cStreamdevClientSetup {
extern cStreamdevClientSetup StreamdevClientSetup;
-class cStreamdevClientMenuSetupPage: public cStreamdevMenuSetupPage {
+class cStreamdevClientMenuSetupPage: public cMenuSetupPage {
private:
cStreamdevClientSetup m_NewSetup;