From 1307f10d01aa9b08bdb7e240137f7caea2d68987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20P=C3=B6schel?= Date: Tue, 23 Jan 2024 17:34:09 +0100 Subject: [PATCH] Fix after rebasing --- src/auxiliary/TemplateFile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auxiliary/TemplateFile.cpp b/src/auxiliary/TemplateFile.cpp index bd88c7756a..1ac672a524 100644 --- a/src/auxiliary/TemplateFile.cpp +++ b/src/auxiliary/TemplateFile.cpp @@ -76,7 +76,7 @@ namespace } auto attr = source.getAttribute(attrName); auto dtype = attr.dtype; - switchType(dtype, target, attrName, std::move(attr)); + switchType(dtype, target, attrName, attr); } }