]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOTreeNode.h
Correction sur le remove et sur la sélection du répertoire à scanner.
[creaImageIO.git] / src2 / creaImageIOTreeNode.h
index c85a94471cbce6e4718e366f126a6d0aafcac14b..fca904ca53a216609933bf7459d121fed0cce84a 100644 (file)
@@ -81,7 +81,7 @@ namespace creaImageIO
       const ChildrenListType& GetChildrenList() const { return mChildren; }
 
       /// Remove the given children from the children list
-      void RemoveChildrenFromList(Node*);
+      int RemoveChildrenFromList(Node*);
 
 
       AttributeMapType& GetAttributeMap() { return mAttributeMap; }
@@ -111,7 +111,6 @@ namespace creaImageIO
       /// Sorts the children of the node 
       void SortChildren(const LexicographicalComparator&);
 
-
       virtual void Print() const;
       std::string GetLabel() const;
       /*