diff --git a/Examples/DisparityMap/SIFTDisparityMapEstimation.cxx b/Examples/DisparityMap/SIFTDisparityMapEstimation.cxx index 00c3d40267512dd3b58b502fd52f40883ba1100d..0c7ca7651060a58a076752df8e50b95e887c67df 100644 --- a/Examples/DisparityMap/SIFTDisparityMapEstimation.cxx +++ b/Examples/DisparityMap/SIFTDisparityMapEstimation.cxx @@ -112,7 +112,8 @@ int main (int argc, char* argv[]) // Software Guide : BeginCodeSnippet - typedef otb::SiftFastImageFilter<ImageType,PointSetType> ImageToSIFTKeyPointSetFilterType; + typedef otb::SiftFastImageFilter<ImageType,PointSetType> + ImageToSIFTKeyPointSetFilterType; // Software Guide : EndCodeSnippet // Software Guide : BeginLatex