mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-03 01:00:40 +08:00
Fixed signatures for on_save_preset and on_value_change function objects.
This commit is contained in:
parent
ac03e67605
commit
6b4b59da74
@ -53,8 +53,8 @@ public:
|
|||||||
bool disable_tree_sel_changed_event {false};
|
bool disable_tree_sel_changed_event {false};
|
||||||
|
|
||||||
void save_preset();
|
void save_preset();
|
||||||
std::function<void ()> on_save_preset {};
|
std::function<void (wxString, preset_t)> on_save_preset {nullptr};
|
||||||
std::function<void ()> on_value_change {};
|
std::function<void (std::string)> on_value_change {nullptr};
|
||||||
|
|
||||||
config_ptr config;
|
config_ptr config;
|
||||||
void reload_config();
|
void reload_config();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user