Skip to content

Commit e4d1f93

Browse files
committed
dont fall into the same compiler mistakes sorko did
1 parent bf7dd3a commit e4d1f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/MLRSongCell.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ MLRSongCell* MLRSongCell::createEmpty(const bool isEven) {
2525
}
2626

2727
bool MLRSongCell::initEmpty(const bool isEven) {
28-
return MLRSongCell::init({.isEmpty = true}, isEven, false);
28+
return MLRSongCell::init(SongData{.isEmpty = true}, isEven, false);
2929
}
3030

3131
bool MLRSongCell::init(const SongData& songData, const bool isEven, const bool isCompact) {

0 commit comments

Comments
 (0)