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 28, 2024
1 parent d3e4f47 commit 1307f10
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 1307f10

Please sign in to comment.