mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Fix biuld on Linux a OSX
This commit is contained in:
@@ -312,7 +312,7 @@ void BedShapePanel::load_stl()
|
|||||||
model = Model::read_from_file(file_name);
|
model = Model::read_from_file(file_name);
|
||||||
}
|
}
|
||||||
catch (std::exception &e) {
|
catch (std::exception &e) {
|
||||||
std::string msg = _L("Error! ") + file_name + " : " + e.what() + ".";
|
auto msg = _L("Error! ") + file_name + " : " + e.what() + ".";
|
||||||
show_error(this, msg);
|
show_error(this, msg);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user