diff --git a/src/BambuStudio.cpp b/src/BambuStudio.cpp index ea17ba5194..7899bc1db4 100644 --- a/src/BambuStudio.cpp +++ b/src/BambuStudio.cpp @@ -751,7 +751,7 @@ int CLI::run(int argc, char **argv) boost::nowide::cerr << "Error: file is empty: " << file << std::endl; continue; } - m_models.push_back(model); + m_models.push_back(std::move(model)); } //}