fixed some possible compiling errors

This commit is contained in:
louis
2016-02-01 17:02:07 +01:00
parent 9d2206fc59
commit 0aecaca5f8
6 changed files with 4 additions and 6 deletions

View File

@@ -161,7 +161,7 @@ class cServiceHandler
struct Epgsearch_services_v1_0
{
// in/out
std::auto_ptr<cServiceHandler> handler;
std::unique_ptr<cServiceHandler> handler;
};
#endif