From 460486782aaf3683b0bf9a37572a5473e3f6e10c Mon Sep 17 00:00:00 2001
From: Thomas Feuvrier <thomas.feuvrier@c-s.fr>
Date: Fri, 15 Dec 2006 15:55:29 +0000
Subject: [PATCH]

---
 Code/IO/otbImageFileWriter.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Code/IO/otbImageFileWriter.h b/Code/IO/otbImageFileWriter.h
index 3da5cdbd35..35d335d500 100755
--- a/Code/IO/otbImageFileWriter.h
+++ b/Code/IO/otbImageFileWriter.h
@@ -78,8 +78,8 @@ private:
   ImageFileWriter(const Self&); //purposely not implemented
   void operator=(const Self&);  //purposely not implemented
 
-  bool m_FactorySpecifiedImageIO; //track whether the factory mechanism set the ImageIO
   bool m_UserSpecifiedIORegion;   //track whether the region is user specified
+  bool m_FactorySpecifiedImageIO; //track whether the factory mechanism set the ImageIO
 
 
 };
-- 
GitLab