From a2ddf77e9eaa49eb2334976279c650bf76194a27 Mon Sep 17 00:00:00 2001 From: Julien Malik <julien.malik@c-s.fr> Date: Thu, 15 Sep 2011 11:31:50 +0200 Subject: [PATCH] STYLE --- Applications/Util/otbReadImageInfo.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/Util/otbReadImageInfo.cxx b/Applications/Util/otbReadImageInfo.cxx index 4631cd89ae..ca53b641c7 100644 --- a/Applications/Util/otbReadImageInfo.cxx +++ b/Applications/Util/otbReadImageInfo.cxx @@ -27,7 +27,7 @@ class ReadImageInfo : public Application { public: /** Standard class typedefs. */ - typedef ReadImageInfo Self; + typedef ReadImageInfo Self; typedef Application Superclass; typedef itk::SmartPointer<Self> Pointer; typedef itk::SmartPointer<const Self> ConstPointer; -- GitLab