Skip to content

Commit

Permalink
Fix after rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Feb 14, 2024
1 parent 0703d92 commit 771a644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auxiliary/TemplateFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ namespace
}
auto attr = source.getAttribute(attrName);
auto dtype = attr.dtype;
switchType<SetAttribute>(dtype, target, attrName, std::move(attr));
switchType<SetAttribute>(dtype, target, attrName, attr);
}
}

Expand Down

0 comments on commit 771a644

Please sign in to comment.