make use of override keyword if available
This commit is contained in:
@@ -312,6 +312,11 @@ void PlaylistEditor::AddToPlaylist(bool add_n_play)
|
||||
w->scroll(NC::wDown);
|
||||
}
|
||||
|
||||
void PlaylistEditor::EnterPressed()
|
||||
{
|
||||
AddToPlaylist(true);
|
||||
}
|
||||
|
||||
void PlaylistEditor::SpacePressed()
|
||||
{
|
||||
if (Config.space_selects)
|
||||
|
||||
Reference in New Issue
Block a user