summaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-04-09 16:20:50 +0200
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-04-09 16:20:50 +0200
commit6095fb4dbc9c25ff9613d9b8c17303a678a6ba37 (patch)
tree575fa138101eaca9853ad94a3ba620872715c77c /services
parente01a63b29e9f1f9ef33221d1f2f8d23673183d3b (diff)
downloadvdr-plugin-tvguide-6095fb4dbc9c25ff9613d9b8c17303a678a6ba37.tar.gz
vdr-plugin-tvguide-6095fb4dbc9c25ff9613d9b8c17303a678a6ba37.tar.bz2
Update services/epgsearch.h
Diffstat (limited to 'services')
-rw-r--r--services/epgsearch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/services/epgsearch.h b/services/epgsearch.h
index 0354480..05ceeeb 100644
--- a/services/epgsearch.h
+++ b/services/epgsearch.h
@@ -174,7 +174,7 @@ public:
struct Epgsearch_services_v1_1 {
// in/out
#if __cplusplus < 201103L
- std::auto_ptr<cServiceHandler> handler;
+ std::auto_ptr<cServiceHandler_v1_1> handler;
#else
std::unique_ptr<cServiceHandler_v1_1> handler;
#endif
@@ -193,7 +193,7 @@ public:
struct Epgsearch_services_v1_2 {
// in/out
#if __cplusplus < 201103L
- std::auto_ptr<cServiceHandler> handler;
+ std::auto_ptr<cServiceHandler_v1_2> handler;
#else
std::unique_ptr<cServiceHandler_v1_2> handler;
#endif