make use of override keyword if available

This commit is contained in:
Andrzej Rybczak
2012-09-04 19:19:37 +02:00
parent 6d87ebbc43
commit f6fb2ed54c
21 changed files with 298 additions and 292 deletions

View File

@@ -336,6 +336,11 @@ void MediaLibrary::Update()
}
}
void MediaLibrary::EnterPressed()
{
AddToPlaylist(true);
}
void MediaLibrary::SpacePressed()
{
if (Config.space_selects)