Skip to content

Commit

Permalink
[musicdb] cosmetic: default values
Browse files Browse the repository at this point in the history
  • Loading branch information
night199uk authored and Jonathan Marshall committed Dec 24, 2013
1 parent 74b6a6b commit 2fe9420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/music/windows/GUIWindowMusicBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 2fe9420

Please sign in to comment.