Skip to content

Commit 3987992

Browse files
committed
fixup! address FIXMEs
1 parent f2979f5 commit 3987992

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Framework/Core/include/Framework/AnalysisHelpers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@ struct Builds : decltype(transformBase<T>()) {
838838
/// to determine the target file, e.g. analysis result, QA or control histogram,
839839
/// etc.
840840
template <typename T>
841-
requires(std::derived_from<T, TNamed>)
841+
requires(std::derived_from<T, TObject>)
842842
struct OutputObj {
843843
using obj_t = T;
844844

0 commit comments

Comments
 (0)