Skip to content
Snippets Groups Projects
Commit 29c67141 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

COMP: missing this

parent 593087da
No related branches found
No related tags found
Loading
...@@ -87,7 +87,7 @@ typename ImageToLabelMapWithAttributesFilter<TInputImage, TLabeledImage, TOutput ...@@ -87,7 +87,7 @@ typename ImageToLabelMapWithAttributesFilter<TInputImage, TLabeledImage, TOutput
ImageToLabelMapWithAttributesFilter<TInputImage, TLabeledImage, TOutputLabel, TObjectLabel> ImageToLabelMapWithAttributesFilter<TInputImage, TLabeledImage, TOutputLabel, TObjectLabel>
::GetOutput() ::GetOutput()
{ {
return dynamic_cast< const LabelMapType* > return dynamic_cast< LabelMapType* >
(this->Superclass::GetOutput(0)); (this->Superclass::GetOutput(0));
} }
......
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