mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-05 10:30:36 +08:00
Use alias for preset_store
This commit is contained in:
parent
3c0e40ac5d
commit
7837e41f5a
@ -33,7 +33,7 @@ public:
|
||||
|
||||
void OnUnhandledException() override;
|
||||
|
||||
std::array<Presets, preset_types> presets { Presets() };
|
||||
preset_store presets { Presets() };
|
||||
std::array<wxString, preset_types> preset_ini { };
|
||||
private:
|
||||
std::unique_ptr<Notifier> notifier {nullptr};
|
||||
|
Loading…
x
Reference in New Issue
Block a user