mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-03 20:40:42 +08:00
Moved presets vector to public from private.
This commit is contained in:
parent
af99159642
commit
21c2e4c58c
@ -32,9 +32,9 @@ public:
|
||||
|
||||
void OnUnhandledException() override;
|
||||
|
||||
std::vector<Presets> presets { preset_types, Presets() };
|
||||
private:
|
||||
std::unique_ptr<Notifier> notifier {nullptr};
|
||||
std::vector<Presets> presets { preset_types, Presets() };
|
||||
|
||||
void load_presets();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user