From 29c671411883e1a85a196184e035089cc1d0f09d Mon Sep 17 00:00:00 2001 From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org> Date: Sat, 5 Mar 2011 23:30:49 -0800 Subject: [PATCH] COMP: missing this --- Code/OBIA/otbImageToLabelMapWithAttributesFilter.txx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/OBIA/otbImageToLabelMapWithAttributesFilter.txx b/Code/OBIA/otbImageToLabelMapWithAttributesFilter.txx index f06c511194..939c0ed2d8 100644 --- a/Code/OBIA/otbImageToLabelMapWithAttributesFilter.txx +++ b/Code/OBIA/otbImageToLabelMapWithAttributesFilter.txx @@ -87,7 +87,7 @@ typename ImageToLabelMapWithAttributesFilter<TInputImage, TLabeledImage, TOutput ImageToLabelMapWithAttributesFilter<TInputImage, TLabeledImage, TOutputLabel, TObjectLabel> ::GetOutput() { - return dynamic_cast< const LabelMapType* > + return dynamic_cast< LabelMapType* > (this->Superclass::GetOutput(0)); } -- GitLab