diff options
author | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-06-01 20:21:04 +0000 |
---|---|---|
committer | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-06-01 20:21:04 +0000 |
commit | 4781a18ce05be3fcef111611d07a655acc0cc334 (patch) | |
tree | 373ced5327a676b60869a1120bb17c9c73b901c4 /setup.h | |
parent | 883be2c8cade7d68dc743c17bedda6f675a787ba (diff) | |
download | vdr-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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& ); |