X-Git-Url: https://git.llucax.com/z.facultad/75.52/treemulator.git/blobdiff_plain/0fd0b8da8e1e9c889282ad4cb41f4b4cf2e63838..358553d9f9e9f4414e54d210807fb27832117884:/viewer/view_btree.h diff --git a/viewer/view_btree.h b/viewer/view_btree.h index bb955bd..894bf5d 100644 --- a/viewer/view_btree.h +++ b/viewer/view_btree.h @@ -14,7 +14,7 @@ class ViewNode; class ViewBTree : public Canvas::Group, public BTree { public: - ViewBTree (Canvas::Group *parent, std::string filename, uint block_size, int type); + ViewBTree (Canvas::Group *parent, std::string filename, uint block_size, int tree_type, int type); void Clear (); void HighliteKey (Clave &k);