aboutsummaryrefslogtreecommitdiff
path: root/xbmc/games/windows/GUIWindowGames.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/games/windows/GUIWindowGames.cpp')
-rw-r--r--xbmc/games/windows/GUIWindowGames.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/games/windows/GUIWindowGames.cpp b/xbmc/games/windows/GUIWindowGames.cpp
index 2d9eb600db..64ef6e149e 100644
--- a/xbmc/games/windows/GUIWindowGames.cpp
+++ b/xbmc/games/windows/GUIWindowGames.cpp
@@ -337,5 +337,5 @@ void CGUIWindowGames::OnItemInfo(int itemNumber)
bool CGUIWindowGames::PlayGame(const CFileItem& item)
{
CFileItem itemCopy(item);
- return g_application.PlayMedia(itemCopy, "", PLAYLIST::TYPE_NONE);
+ return g_application.PlayMedia(itemCopy, "", PLAYLIST::Id::TYPE_NONE);
}