Skip to content

Commit e0aba31

Browse files
committed
Fix to silence compilation warning
1 parent fe1a743 commit e0aba31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Common/Utils/include/CommonUtils/BoostHistogramUtils.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ struct fitResult {
145145
}
146146

147147
/// \brief Set the chi2 of the fit result.
148-
double setChi2(double chi2In)
148+
void setChi2(double chi2In)
149149
{
150150
mChi2 = chi2In;
151151
}
@@ -307,4 +307,4 @@ fitResult<valuetype, 4> fitBoostHistoWithGaus(boost::histogram::histogram<axes..
307307
}
308308

309309
} // end namespace utils
310-
} // end namespace o2
310+
} // end namespace o2

0 commit comments

Comments
 (0)