aboutsummaryrefslogtreecommitdiff
path: root/xbmc/interfaces/legacy/PlayList.h
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/interfaces/legacy/PlayList.h')
-rw-r--r--xbmc/interfaces/legacy/PlayList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/interfaces/legacy/PlayList.h b/xbmc/interfaces/legacy/PlayList.h
index 6162945d2b..38471c48ab 100644
--- a/xbmc/interfaces/legacy/PlayList.h
+++ b/xbmc/interfaces/legacy/PlayList.h
@@ -49,7 +49,7 @@ namespace XBMCAddon
class PlayList : public AddonClass
{
int iPlayList;
- PLAYLIST::CPlayList *pPlayList;
+ KODI::PLAYLIST::CPlayList* pPlayList;
public:
explicit PlayList(int playList);