Skip to content

Commit b5eecbb

Browse files
committed
Fix after rebasing
1 parent b0e58a4 commit b5eecbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auxiliary/TemplateFile.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ namespace
7676
}
7777
auto attr = source.getAttribute(attrName);
7878
auto dtype = attr.dtype;
79-
switchType<SetAttribute>(dtype, target, attrName, std::move(attr));
79+
switchType<SetAttribute>(dtype, target, attrName, attr);
8080
}
8181
}
8282

0 commit comments

Comments
 (0)