diff options
Diffstat (limited to 'plex.h')
-rw-r--r-- | plex.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |