playlist: define main screen as non-pointer
This commit is contained in:
@@ -199,7 +199,7 @@ int main(int argc, char **argv)
|
||||
Status::trace();
|
||||
int curr_pos = Mpd.GetCurrentSongPos();
|
||||
if (curr_pos >= 0)
|
||||
myPlaylist->main()->highlight(curr_pos);
|
||||
myPlaylist->main().highlight(curr_pos);
|
||||
}
|
||||
|
||||
# ifndef WIN32
|
||||
|
||||
Reference in New Issue
Block a user