MacOS build fixes
This commit is contained in:
parent
1f362afb24
commit
6853f8a3c6
2 changed files with 2 additions and 2 deletions
|
@ -1239,7 +1239,7 @@ bool GUI_App::on_init_inner()
|
|||
show_error(nullptr, evt.GetString());
|
||||
});
|
||||
|
||||
Bind(EVT_SLIC3R_APP_OPEN_FAILED, [this](const wxCommandEvent& evt) {
|
||||
Bind(EVT_SLIC3R_APP_OPEN_FAILED, [](const wxCommandEvent& evt) {
|
||||
show_error(nullptr, evt.GetString());
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue