Skip to content

Commit

Permalink
EditPlaylistPage: remove misplaced struct keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKellermann committed Jan 1, 2025
1 parent ff70ef8 commit 851f576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EditPlaylistPage.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ LoadPlaylist(struct mpdclient &c, const char *name, FileList &l)
return c.FinishCommand();
}

static struct std::unique_ptr<FileList>
static std::unique_ptr<FileList>
LoadPlaylist(struct mpdclient &c, const std::string &name)
{
auto l = std::make_unique<FileList>();
Expand Down

0 comments on commit 851f576

Please sign in to comment.