1
0
mirror of synced 2025-02-02 20:37:25 +01:00

Restore log message

This commit is contained in:
Syméon CARLE 2020-02-10 23:01:35 +01:00
parent f9922c341a
commit 12571765aa

View File

@ -72,7 +72,7 @@ namespace MusicSelect {
m_panel_size(panel_size),
m_panel_spacing(panel_spacing)
{
std::cout << "Loaded Ribbon" << std::endl;
std::cout << "Loaded MusicSelect::Ribbon" << std::endl;
}
void Ribbon::title_sort(const Data::SongList &song_list) {