diff options
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; |