From 6095fb4dbc9c25ff9613d9b8c17303a678a6ba37 Mon Sep 17 00:00:00 2001 From: kamel5 Date: Tue, 9 Apr 2019 16:20:50 +0200 Subject: [PATCH] Update services/epgsearch.h --- services/epgsearch.h | 4 ++-- 1 file 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 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