diff --git a/LinearList/BinaryTree/linkedBinaryTree.h b/LinearList/BinaryTree/linkedBinaryTree.h index ae24703..b6a919c 100644 --- a/LinearList/BinaryTree/linkedBinaryTree.h +++ b/LinearList/BinaryTree/linkedBinaryTree.h @@ -108,6 +108,8 @@ public: } }; +//Remember to initiate this Definition by denifying it outside the class but inside the .h file + template void (*linkedBinaryTree::visit)(binaryTreeNode*) = nullptr;