From 2fe9420e826f1b307c621e3686fb526f3f033413 Mon Sep 17 00:00:00 2001 From: night199uk Date: Thu, 15 Aug 2013 00:39:10 +0800 Subject: [PATCH] [musicdb] cosmetic: default values --- xbmc/music/windows/GUIWindowMusicBase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xbmc/music/windows/GUIWindowMusicBase.cpp b/xbmc/music/windows/GUIWindowMusicBase.cpp index 8ca6877e605a8..4df4605c1b3dc 100644 --- a/xbmc/music/windows/GUIWindowMusicBase.cpp +++ b/xbmc/music/windows/GUIWindowMusicBase.cpp @@ -252,7 +252,7 @@ bool CGUIWindowMusicBase::OnAction(const CAction &action) return CGUIMediaWindow::OnAction(action); } -void CGUIWindowMusicBase::OnInfoAll(int iItem, bool bCurrent, bool refresh) +void CGUIWindowMusicBase::OnInfoAll(int iItem, bool bCurrent /* = false */, bool refresh /* = false */) { CMusicDatabaseDirectory dir; CStdString strPath = m_vecItems->GetPath();