From 7c8fb9f78dcffcb13bda531a41359052efa03ce3 Mon Sep 17 00:00:00 2001
From: Guillaume Pasero <guillaume.pasero@c-s.fr>
Date: Tue, 18 Apr 2017 17:50:18 +0200
Subject: [PATCH] COMP: use new header

---
 .../AsymmetricFusionOfLineDetectorExample.cxx                 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Examples/FeatureExtraction/AsymmetricFusionOfLineDetectorExample.cxx b/Examples/FeatureExtraction/AsymmetricFusionOfLineDetectorExample.cxx
index cb2ef05f20..c6ef8a691f 100644
--- a/Examples/FeatureExtraction/AsymmetricFusionOfLineDetectorExample.cxx
+++ b/Examples/FeatureExtraction/AsymmetricFusionOfLineDetectorExample.cxx
@@ -35,7 +35,7 @@
 // Software Guide : EndLatex
 
 // Software Guide : BeginCodeSnippet
-#include "otbAssymmetricFusionOfLineDetectorImageFilter.h"
+#include "otbAsymmetricFusionOfLineDetectorImageFilter.h"
 // Software Guide : EndCodeSnippet
 
 #include "otbImage.h"
@@ -85,7 +85,7 @@ int main(int argc, char * argv[])
   //  Software Guide : EndLatex
 
   // Software Guide : BeginCodeSnippet
-  typedef otb::AssymmetricFusionOfLineDetectorImageFilter<InternalImageType,
+  typedef otb::AsymmetricFusionOfLineDetectorImageFilter<InternalImageType,
       InternalImageType>
   FilterType;
   // Software Guide : EndCodeSnippet
-- 
GitLab