We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf7dd3a commit e4d1f93Copy full SHA for e4d1f93
src/ui/MLRSongCell.cpp
@@ -25,7 +25,7 @@ MLRSongCell* MLRSongCell::createEmpty(const bool isEven) {
25
}
26
27
bool MLRSongCell::initEmpty(const bool isEven) {
28
- return MLRSongCell::init({.isEmpty = true}, isEven, false);
+ return MLRSongCell::init(SongData{.isEmpty = true}, isEven, false);
29
30
31
bool MLRSongCell::init(const SongData& songData, const bool isEven, const bool isCompact) {
0 commit comments