diff options
author | schmirl <schmirl> | 2009-09-18 10:41:41 +0000 |
---|---|---|
committer | schmirl <schmirl> | 2009-09-18 10:41:41 +0000 |
commit | 1cf41fb16f8a0ea06fa0dd8cabadc8a3e3610dc6 (patch) | |
tree | 252d15da3ce3dbe8813a70854fe67537c5037c83 /client/setup.h | |
parent | 6fb88f8d99af82c301ace0f0448eb7dbb964f2be (diff) | |
download | vdr-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.h | 4 |
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; |