diff options
author | horchi <vdr@jwendel.de> | 2017-03-20 17:55:35 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2017-03-20 17:55:35 +0100 |
commit | 1fe6380b69b14c3840010aed520aeb2e946219a5 (patch) | |
tree | 392ff4401fedee9d6c1ba12b3ca27ea443e114fc /svdrpclient.h | |
parent | fa25e7126b97348f825abad9fabb2bdc82e52a05 (diff) | |
download | vdr-plugin-epg2vdr-1fe6380b69b14c3840010aed520aeb2e946219a5.tar.gz vdr-plugin-epg2vdr-1fe6380b69b14c3840010aed520aeb2e946219a5.tar.bz2 |
2017-03-20: version 1.1.51 (horchi)\n - change: Removed compiler warnings when using clang\n - added: Added clang++ to Make.config (as optional compiler)\n - change: Fixed APIVERSION check for VDR < 2.2.0 (thx to nobanzai)\n\n1.1.51
Diffstat (limited to 'svdrpclient.h')
-rw-r--r-- | svdrpclient.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/svdrpclient.h b/svdrpclient.h index f0f7078..d927c47 100644 --- a/svdrpclient.h +++ b/svdrpclient.h @@ -17,12 +17,11 @@ #include "lib/common.h" #ifdef VDR_PLUGIN -# define __STL_CONFIG_H # include <vdr/tools.h> #else //*************************************************************************** -// +// //*************************************************************************** class cListObject { @@ -109,7 +108,7 @@ public: // Line //*************************************************************************** -class cLine : public cListObject +class cLine : public cListObject { public: @@ -128,7 +127,7 @@ class cLine : public cListObject // SVDRP Client //*************************************************************************** -class cSvdrpClient +class cSvdrpClient { private: |