From f9793be848ee095927741c30c5bc33dd1050b3ba Mon Sep 17 00:00:00 2001 From: "lane.wei" Date: Tue, 8 Nov 2022 22:19:45 +0800 Subject: [PATCH] FIX: fix the auxiliaries files not included issue in cli Change-Id: Iecc18d6013ddc3397b4405a80b24e0630b293fc7 --- src/BambuStudio.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BambuStudio.cpp b/src/BambuStudio.cpp index ea17ba519..7899bc1db 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)); } //}