mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-15 07:11:48 +08:00
fix build
This commit is contained in:
parent
197fb4ead0
commit
7a9e16a21f
File diff suppressed because it is too large
Load Diff
@ -1102,7 +1102,7 @@ size_t PresetBundle::load_configbundle(const std::string &path, unsigned int fla
|
||||
}catch(const std::exception& ex) {
|
||||
std::stringstream ss;
|
||||
ss << "Error when reading bundle file " << path << ", error: " << ex.what();
|
||||
throw std::exception(ss.str().c_str());
|
||||
throw std::runtime_error(ss.str().c_str());
|
||||
}
|
||||
//#else
|
||||
// pt::read_ini(ifs, tree);
|
||||
|
Loading…
x
Reference in New Issue
Block a user