diff --git a/src/simplnx/Utilities/HistogramUtilities.hpp b/src/simplnx/Utilities/HistogramUtilities.hpp index 2af7af4057..d79010bd4e 100644 --- a/src/simplnx/Utilities/HistogramUtilities.hpp +++ b/src/simplnx/Utilities/HistogramUtilities.hpp @@ -154,7 +154,7 @@ Result<> GenerateHistogram(const InputContainer& inputStore, OutputContain * @param histogramCountsStore this is the container that will hold the counts for each bin (variable type sizing) * @param overflow this is an atomic counter for the number of values that fall outside the bin range */ -template class OutputContainer> +template class OutputContainer> Result<> GenerateHistogramAtComponent(const AbstractDataStore& inputStore, OutputContainer& binRangesStore, const std::pair& rangeMinMax, const std::atomic_bool& shouldCancel, const int32 numBins, OutputContainer& histogramCountsStore, std::atomic& overflow, usize componentIndex) {