fix typo in prior 10d125: sort presets

This commit is contained in:
Ben Loftis 2022-12-19 10:04:29 -06:00
parent f058f910f4
commit 3e19363c4c
1 changed files with 1 additions and 1 deletions

View File

@ -2424,7 +2424,7 @@ AUPluginInfo::get_presets (bool user_only) const
}
if (user_only) {
std::sort (p.begin (), p.end();
std::sort (p.begin (), p.end());
return p;
}