mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
fixed some possible compiling errors
This commit is contained in:
@@ -161,7 +161,7 @@ class cServiceHandler
|
||||
struct Epgsearch_services_v1_0
|
||||
{
|
||||
// in/out
|
||||
std::auto_ptr<cServiceHandler> handler;
|
||||
std::unique_ptr<cServiceHandler> handler;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user