Skip to content
Snippets Groups Projects
Commit 2769f742 authored by Mickael Savinaud's avatar Mickael Savinaud
Browse files

Backed out changeset fc0a4c652034

parent 38af5e50
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,7 @@ protected:
ListSampleToHistogramListGenerator();
virtual ~ListSampleToHistogramListGenerator() {}
void GenerateData();
DataObjectPointer MakeOutput(unsigned int idx);
DataObjectPointer MakeOutput(DataObjectPointerArraySizeType idx);
void PrintSelf(std::ostream& os, itk::Indent indent) const;
private:
......
......@@ -90,7 +90,7 @@ template<class TListSample, class THistogramMeasurement, class TFrequencyContain
typename ListSampleToHistogramListGenerator<TListSample,THistogramMeasurement, TFrequencyContainer>
::DataObjectPointer
ListSampleToHistogramListGenerator<TListSample,THistogramMeasurement, TFrequencyContainer>
::MakeOutput(unsigned int idx)
::MakeOutput(DataObjectPointerArraySizeType idx)
{
DataObjectPointer output;
output = static_cast<itk::DataObject*>(HistogramListType::New().GetPointer());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment