make use of override keyword if available
This commit is contained in:
@@ -336,6 +336,11 @@ void MediaLibrary::Update()
|
||||
}
|
||||
}
|
||||
|
||||
void MediaLibrary::EnterPressed()
|
||||
{
|
||||
AddToPlaylist(true);
|
||||
}
|
||||
|
||||
void MediaLibrary::SpacePressed()
|
||||
{
|
||||
if (Config.space_selects)
|
||||
|
||||
Reference in New Issue
Block a user