mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-01 13:52:04 +08:00
Fix indent of comment
This commit is contained in:
parent
b46828f42d
commit
c5e9ee9a46
@ -24,7 +24,7 @@ using chooser_name_map = std::array<chooser_name_list, preset_types>;
|
||||
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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user