summaryrefslogtreecommitdiff
path: root/plex.h
diff options
context:
space:
mode:
Diffstat (limited to 'plex.h')
-rw-r--r--plex.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/plex.h b/plex.h
index 60b073b..e189e47 100644
--- a/plex.h
+++ b/plex.h
@@ -16,6 +16,7 @@
#include "plexgdm.h"
#include "cPlexOsdItem.h"
#include "hlsPlayerControl.h"
+#include "plexSdOsd.h"
#include <iostream>
#include <string>
@@ -38,6 +39,9 @@ static const char *const MAINMENUENTRY = "Plex for VDR";
class cMyPlugin:public cPlugin
{
+private:
+ cPlexSdOsd* m_pSdCheck;
+
public:
cMyPlugin(void);
virtual ~ cMyPlugin(void);