mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 01:15:53 +08:00
Fix biuld on Linux a OSX
This commit is contained in:
parent
abcfd5bad9
commit
d18a200b0f
@ -312,7 +312,7 @@ void BedShapePanel::load_stl()
|
||||
model = Model::read_from_file(file_name);
|
||||
}
|
||||
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);
|
||||
exit(1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user