]> git.llucax.com Git - z.facultad/75.52/treemulator.git/blobdiff - src/btree_data.h
Mejoro la ventana para ver el arbol.
[z.facultad/75.52/treemulator.git] / src / btree_data.h
index d53b85fe54f5f865f5f10984f677df724f0581bd..5bbfc27d6e80bd3efa85384b488d0a33cd4d41d9 100644 (file)
@@ -54,7 +54,7 @@ class BTreeLeafData:public BTreeData {
 
 class BTreeChildData:public BTreeData {
        public:
 
 class BTreeChildData:public BTreeData {
        public:
-               BTreeChildData (uint child):BTreeData () { hijo = child; }
+               BTreeChildData (uint child):BTreeData () { hijo = child; clave = NULL; }
                BTreeChildData (uchar *node);
                virtual ~BTreeChildData ();
 
                BTreeChildData (uchar *node);
                virtual ~BTreeChildData ();