comment update

This commit is contained in:
Joseph Lenox 2018-11-18 17:26:54 -06:00 committed by Joseph Lenox
parent 34c22403e1
commit 148fa8e3f9

View File

@ -66,7 +66,7 @@ void PresetChooser::load(std::array<Presets, preset_types> presets) {
current_list = grep(current_list, [] (const Preset& x) -> bool { return !x.default_preset; });
}
// # Read the current defaults from the settings file
// Read the current defaults from the settings file
const auto& settings_defaults {_settings->default_presets.at(get_preset(group))};
size_t i {0};