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 handler; + std::auto_ptr handler; #else std::unique_ptr handler; #endif @@ -193,7 +193,7 @@ public: struct Epgsearch_services_v1_2 { // in/out #if __cplusplus < 201103L - std::auto_ptr handler; + std::auto_ptr handler; #else std::unique_ptr handler; #endif