diff --git a/epgsearch/services.h b/epgsearch/services.h index ecea1276..f1f1b48c 100644 --- a/epgsearch/services.h +++ b/epgsearch/services.h @@ -160,7 +160,7 @@ class cServiceHandler struct Epgsearch_services_v1_0 { // in/out - std::auto_ptr handler; + std::unique_ptr handler; }; // Data structures for service "Epgsearch-services-v1.1" @@ -176,7 +176,7 @@ class cServiceHandler_v1_1 : public cServiceHandler struct Epgsearch_services_v1_1 { // in/out - std::auto_ptr handler; + std::unique_ptr handler; }; // Data structures for service "Epgsearch-services-v1.2" @@ -192,7 +192,7 @@ class cServiceHandler_v1_2 : public cServiceHandler_v1_1 struct Epgsearch_services_v1_2 { // in/out - std::auto_ptr handler; + std::unique_ptr handler; }; #endif