aboutsummaryrefslogtreecommitdiff
path: root/xbmc/ServiceManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/ServiceManager.h')
-rw-r--r--xbmc/ServiceManager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/xbmc/ServiceManager.h b/xbmc/ServiceManager.h
index 6dcc28cbd0..2896166c23 100644
--- a/xbmc/ServiceManager.h
+++ b/xbmc/ServiceManager.h
@@ -27,7 +27,7 @@ namespace PVR
class CPVRManager;
}
-namespace PLAYLIST
+namespace KODI::PLAYLIST
{
class CPlayListPlayer;
}
@@ -127,7 +127,7 @@ public:
KODI::RETRO::CGUIGameRenderManager& GetGameRenderManager();
PERIPHERALS::CPeripherals& GetPeripherals();
- PLAYLIST::CPlayListPlayer& GetPlaylistPlayer();
+ KODI::PLAYLIST::CPlayListPlayer& GetPlaylistPlayer();
CSlideShowDelegator& GetSlideShowDelegator();
int init_level = 0;
@@ -167,7 +167,7 @@ protected:
std::unique_ptr<CContextMenuManager> m_contextMenuManager;
std::unique_ptr<CDataCacheCore> m_dataCacheCore;
std::unique_ptr<CPlatform> m_Platform;
- std::unique_ptr<PLAYLIST::CPlayListPlayer> m_playlistPlayer;
+ std::unique_ptr<KODI::PLAYLIST::CPlayListPlayer> m_playlistPlayer;
std::unique_ptr<KODI::GAME::CControllerManager> m_gameControllerManager;
std::unique_ptr<KODI::GAME::CGameServices> m_gameServices;
std::unique_ptr<KODI::RETRO::CGUIGameRenderManager> m_gameRenderManager;