diff --git a/src/GUI/Plater/PresetChooser.hpp b/src/GUI/Plater/PresetChooser.hpp index 7f6af80e6..595b4b9c3 100644 --- a/src/GUI/Plater/PresetChooser.hpp +++ b/src/GUI/Plater/PresetChooser.hpp @@ -24,7 +24,7 @@ using chooser_name_map = std::array; class PresetChooser : public wxPanel { public: - /// Build a panel to contain a sizer for dropdowns for preset selection. + /// Build a panel to contain a sizer for dropdowns for preset selection. PresetChooser(wxWindow* parent, Print& print); PresetChooser(wxWindow* parent, Print& print, Settings& external_settings, preset_store& external_presets);