X-Git-Url: https://git.llucax.com/z.facultad/75.52/treemulator.git/blobdiff_plain/0fd0b8da8e1e9c889282ad4cb41f4b4cf2e63838..16ec4547406edcae627dd3ec4bdc448ef605b11a:/viewer/view_btree.cpp?ds=inline diff --git a/viewer/view_btree.cpp b/viewer/view_btree.cpp index fc1881e..4349187 100644 --- a/viewer/view_btree.cpp +++ b/viewer/view_btree.cpp @@ -8,7 +8,7 @@ double ViewBTree::node_width = 0; double ViewBTree::node_height = 0; ViewBTree::ViewBTree (Canvas::Group *parent, std::string filename, uint block_size, int type):Canvas::Group (*parent, 0, 0), - BTree (filename, block_size, type) + BTree (filename, block_size, BTree::TYPE_UNIQUE, type) { /* Cada bytes lo hago de 5 units de ancho */ node_width = 5 * block_size;