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;