]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h
Feature #1758
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxGEditorTabPanel.h
index 955ca814d9c50227783961f8f4a07972f0c365f1..e9b96f9dce45b7f01294d16bf0ec948bbfa5e804 100644 (file)
@@ -168,14 +168,12 @@ namespace bbtk
         std::string GetDescription();
         std::string GetCategory();
 
-
-
        //=========================================================================
 
        private:
-               std::vector<std::string> states; // represents each modification of the tab. Maxixum size 100!!
+               std::vector<std::string> states;                                // represents each modification of the tab. Maxixum size 100!!
                std::vector<std::string>::iterator _actualdo;   // actual position on modifications vector
-               std::vector<std::string> sstates; // represents string of each modification of the tab. Maxixum size 100!!
+               std::vector<std::string> sstates;                               // represents string of each modification of the tab. Maxixum size 100!!
                std::vector<std::string>::iterator _sactualdo;  // actual position onstring  modifications vector
 
                int                                             _id;