summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
authorSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-06-01 20:21:04 +0000
committerSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-06-01 20:21:04 +0000
commit4781a18ce05be3fcef111611d07a655acc0cc334 (patch)
tree373ced5327a676b60869a1120bb17c9c73b901c4 /setup.h
parent883be2c8cade7d68dc743c17bedda6f675a787ba (diff)
downloadvdr-plugin-live-4781a18ce05be3fcef111611d07a655acc0cc334.tar.gz
vdr-plugin-live-4781a18ce05be3fcef111611d07a655acc0cc334.tar.bz2
- moved to uniform features detector
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.h b/setup.h
index 382106d..8c35c5c 100644
--- a/setup.h
+++ b/setup.h
@@ -53,7 +53,7 @@ public:
char const* CommandLineHelp() const;
bool ParseSetupEntry( char const* name, char const* value );
- bool HaveEPGSearch(void);
+
private:
Setup();
Setup( Setup const& );