From 598b0257c2f66e953455ce1d3ead1096a5b65b1b Mon Sep 17 00:00:00 2001 From: Luc Hermitte <luc.hermitte@c-s.fr> Date: Wed, 25 Apr 2012 17:23:25 +0200 Subject: [PATCH] STYLE: OTB-134/OGR --- Code/UtilitiesAdapters/OGRAdapters/otbOGRLayerWrapper.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Code/UtilitiesAdapters/OGRAdapters/otbOGRLayerWrapper.h b/Code/UtilitiesAdapters/OGRAdapters/otbOGRLayerWrapper.h index f3e6f91917..7a8d4be67f 100644 --- a/Code/UtilitiesAdapters/OGRAdapters/otbOGRLayerWrapper.h +++ b/Code/UtilitiesAdapters/OGRAdapters/otbOGRLayerWrapper.h @@ -15,8 +15,8 @@ the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#ifndef __otbLayerWrapper_h -#define __otbLayerWrapper_h +#ifndef __otbOGRLayerWrapper_h +#define __otbOGRLayerWrapper_h // #include <iosfwd> // std::ostream& #include <boost/shared_ptr.hpp> @@ -249,4 +249,4 @@ private: // #include "otbLayerWrapper.txx" #endif -#endif // __otbLayerWrapper_h +#endif // __otbOGRLayerWrapper_h -- GitLab