Busqueda.cpp|21|error: no matching function for call to `BinTree<int>::SetInOrder(<unknown type>)'|
BinaryTree.cpp|173|note: candidates are: void BinTree<type>::SetInOrder(void (*)(type)) [with type = int]|
Busqueda.h|6|error: invalid use of member `Busqueda::x' in static member function|
Busqueda.cpp|16|error: from this location|