From b99ba2b56bf693d4ebe1cd7c62a4535378a8aa94 Mon Sep 17 00:00:00 2001
From: Thomas Feuvrier <thomas.feuvrier@c-s.fr>
Date: Thu, 15 Mar 2007 07:47:51 +0000
Subject: [PATCH] =?UTF-8?q?D=C3=A9placement=20de=20la=20m=C3=A9thode=20Cop?=
 =?UTF-8?q?yInformation=20en=20public?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Code/IO/otbImage.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Code/IO/otbImage.h b/Code/IO/otbImage.h
index c2dcdb2cbd..957aefa0fb 100755
--- a/Code/IO/otbImage.h
+++ b/Code/IO/otbImage.h
@@ -174,12 +174,13 @@ public:
   
   void PrintSelf(std::ostream& os, itk::Indent indent) const;
 
+/// Copy metadata from a DataObject
+virtual void CopyInformation(const itk::DataObject *);
+
 protected:
   Image();
   virtual ~Image(){};
 
-/// Copy metadata from a DataObject
-virtual void CopyInformation(const itk::DataObject *);
 
 private:
   Image(const Self&); //purposely not implemented
-- 
GitLab