mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-30 06:12:22 -06:00
Surface: removed warning
git-svn-id: svn://ultimatepp.org/upp/trunk@15429 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
bf956dbf84
commit
ad818641b5
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue