mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-13 02:21:49 +08:00
Typo
This commit is contained in:
parent
a1fd0fe60a
commit
0c63bc0f83
@ -103,4 +103,6 @@ inline bool operator!=(const BoundingBoxBase<VT> &bb1, const BoundingBoxBase<VT>
|
||||
return !(bb1 == bb2);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
@ -224,7 +224,7 @@ class ConfigOptionString : public ConfigOptionSingle<std::string>
|
||||
|
||||
std::string serialize() const {
|
||||
return escape_string_cstyle(this->value);
|
||||
}
|
||||
};
|
||||
|
||||
bool deserialize(std::string str, bool append = false) {
|
||||
return unescape_string_cstyle(str, this->value);
|
||||
|
Loading…
x
Reference in New Issue
Block a user