mirror of
https://github.com/DigitalDevices/pvr.octonet.git
synced 2025-03-01 10:53:09 +00:00
Update to PVR 5.2.0/Kodi 17
Signed-off-by: Julian Scheel <julian@jusst.de>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user