Surface: removed warning

git-svn-id: svn://ultimatepp.org/upp/trunk@15429 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
koldo 2020-11-16 10:49:15 +00:00
parent bf956dbf84
commit ad818641b5

View file

@ -219,7 +219,7 @@ void LoadStl(String file, Surface &surf, bool &isText, String &header) {
if (!isText)
LoadStlBin(file, surf, header);
else
throw e;
throw std::move(e);
}
}