]> Creatis software - creaImageIO.git/commitdiff
Made a slight change to eliminate an error when creating databases with different...
authorcaballero <caballero>
Fri, 29 May 2009 12:49:05 +0000 (12:49 +0000)
committercaballero <caballero>
Fri, 29 May 2009 12:49:05 +0000 (12:49 +0000)
src2/creaImageIOWxTreeView.h

index a0f6b658d062b032214c81f313bde350f1a98127..b8e75f1baf4f8654f8ae44cb9b12994d42de23b0 100644 (file)
@@ -91,8 +91,6 @@ namespace creaImageIO
        wxListCtrl* wxCtrl;
        wxSplitterWindow* wxSplitter;
        std::vector<std::string> key;
-       //The vector of not shown attributes
-       std::vector<std::string> notShownAtts;
        // The vector of currently selected nodes of the level
        std::vector<tree::Node*> Selected;
        // True iff the vector Selected is up to date
@@ -102,7 +100,8 @@ namespace creaImageIO
        ///Boolean that defines the direction of the sort
        ///True is ascending order and false is descending
        bool SortAscending;
-       // 
+       //The vector of not shown attributes
+       std::vector<std::string> notShownAtts; 
       };
       /// The vector of levels : one for each level of the tree      
       std::vector<LevelType> mLevelList;