Skip to content

Commit

Permalink
Fix C++11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kraxarn committed Jan 2, 2024
1 parent eabfc9d commit 2693f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/artist/view.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ void Artist::View::artistLoaded(const lib::spt::artist &loadedArtist)
});

// Albums
const std::vector groups{
const std::vector<lib::album_group> groups{
lib::album_group::album,
lib::album_group::single,
lib::album_group::compilation,
Expand Down

0 comments on commit 2693f18

Please sign in to comment.