From 97db95191449ffeb657d993bc81e6cacf64ce32f Mon Sep 17 00:00:00 2001
From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org>
Date: Wed, 16 Jun 2010 12:53:27 +0800
Subject: [PATCH] COMP: fully qualify string

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

diff --git a/Code/Common/otbDataNode.h b/Code/Common/otbDataNode.h
index 41e277204a..b356c7680e 100644
--- a/Code/Common/otbDataNode.h
+++ b/Code/Common/otbDataNode.h
@@ -248,7 +248,7 @@ public:
   /**
     * \return the name of fields in the node.
     */
-  std::vector<string> GetFieldList() const;
+  std::vector<std::string> GetFieldList() const;
 
 /**
  * Clear all fields.
-- 
GitLab