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