diff --git a/src/GUI/Plater/PresetChooser.hpp b/src/GUI/Plater/PresetChooser.hpp index edd65bca6..13923cb9e 100644 --- a/src/GUI/Plater/PresetChooser.hpp +++ b/src/GUI/Plater/PresetChooser.hpp @@ -41,6 +41,10 @@ private: wxSizer* local_sizer {}; void _on_change_combobox(preset_t preset, wxBitmapComboBox* choice); chooser_name_map __chooser_names; + + /// Reference to a Slic3r::Settings object. + Settings& _settings; + /// Reference to owning Plater's print Print& _print;