summaryrefslogtreecommitdiff
path: root/plex.h
diff options
context:
space:
mode:
Diffstat (limited to 'plex.h')
-rw-r--r--plex.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/plex.h b/plex.h
index b67c8ea..698b420 100644
--- a/plex.h
+++ b/plex.h
@@ -46,7 +46,8 @@ class cMyPlugin:public cPlugin
{
private:
#ifdef SKINDESIGNER
- cPlexSdOsd* m_pSdCheck;
+ skindesignerapi::cPluginStructure *m_pPlugStruct;
+ cPlexSdOsd *m_pTestOsd;
static bool bSkindesigner;
#endif