Update to PVR 5.2.0/Kodi 17

Signed-off-by: Julian Scheel <julian@jusst.de>
This commit is contained in:
Julian Scheel
2016-09-27 16:05:03 +02:00
parent c20c24d0da
commit 20f92c44bc
5 changed files with 27 additions and 13 deletions

View File

@@ -24,8 +24,8 @@
#include <vector>
#include "platform/threads/threads.h"
#include "platform/util/StdString.h"
#include "p8-platform/threads/threads.h"
#include "p8-platform/util/StdString.h"
#include "client.h"
struct OctonetEpgEntry
@@ -56,7 +56,7 @@ struct OctonetGroup
std::vector<int> members;
};
class OctonetData : public PLATFORM::CThread
class OctonetData : public P8PLATFORM::CThread
{
public:
OctonetData(void);