From 07aa23bcd8213f249d11f89581c4aa45c766fdfd Mon Sep 17 00:00:00 2001 From: caballero Date: Fri, 29 May 2009 12:49:05 +0000 Subject: [PATCH] Made a slight change to eliminate an error when creating databases with different number of levels. --- src2/creaImageIOWxTreeView.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src2/creaImageIOWxTreeView.h b/src2/creaImageIOWxTreeView.h index a0f6b65..b8e75f1 100644 --- a/src2/creaImageIOWxTreeView.h +++ b/src2/creaImageIOWxTreeView.h @@ -91,8 +91,6 @@ namespace creaImageIO wxListCtrl* wxCtrl; wxSplitterWindow* wxSplitter; std::vector key; - //The vector of not shown attributes - std::vector notShownAtts; // The vector of currently selected nodes of the level std::vector 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 notShownAtts; }; /// The vector of levels : one for each level of the tree std::vector mLevelList; -- 2.45.0