diff --git a/bazaar/Surface/stl.cpp b/bazaar/Surface/stl.cpp index 6b37a4ce3..8f3ff3ced 100644 --- a/bazaar/Surface/stl.cpp +++ b/bazaar/Surface/stl.cpp @@ -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); } }