mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-03 04:50:39 +08:00
Fix _update() signature.
This commit is contained in:
parent
991c601d8f
commit
8cf4d5fe40
@ -11,7 +11,7 @@ MaterialEditor::MaterialEditor(wxWindow* parent, t_config_option_keys options) :
|
||||
this->_build();
|
||||
}
|
||||
|
||||
void MaterialEditor::_update() {
|
||||
void MaterialEditor::_update(const std::string& opt_key) {
|
||||
}
|
||||
|
||||
void MaterialEditor::_build() {
|
||||
|
@ -11,7 +11,7 @@ PrinterEditor::PrinterEditor(wxWindow* parent, t_config_option_keys options) :
|
||||
this->_build();
|
||||
}
|
||||
|
||||
void PrinterEditor::_update() {
|
||||
void PrinterEditor::_update(const std::string& opt_key) {
|
||||
}
|
||||
|
||||
void PrinterEditor::_build() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user