summaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
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