diff --git a/CHANGELOG.md b/CHANGELOG.md index d943edee..04b85e2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -##### Preface +#### Preface In this document, Mod is Ctrl on Windows/Linux and Cmd on Mac. diff --git a/src/app/ModuleBrowser.cpp b/src/app/ModuleBrowser.cpp index 51a635aa..d729f2b8 100644 --- a/src/app/ModuleBrowser.cpp +++ b/src/app/ModuleBrowser.cpp @@ -352,7 +352,7 @@ struct BrowserSidebar : widget::Widget { brandScroll->container->addChild(brandList); // Collect brands from all plugins - std::set brands; + std::set brands; for (plugin::Plugin *plugin : plugin::plugins) { brands.insert(plugin->brand); }