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