mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-05 20:36:07 +08:00
add alias for preset_store (shorten typing)
This commit is contained in:
parent
e8f98e424f
commit
3c0e40ac5d
@ -33,6 +33,7 @@ constexpr size_t preset_types = get_preset(preset_t::Last);
|
||||
class Preset;
|
||||
|
||||
using Presets = std::vector<Preset>;
|
||||
using preset_store = std::array<Presets, preset_types>;
|
||||
|
||||
class PresetEditor;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user