Skip to content

Commit

Permalink
Fixed issue with incorrect using statement
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinphilips committed Oct 19, 2021
1 parent 41af1e4 commit fb86292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operations_on_datastructures/reverse_binary_tree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class BinaryTree {
* @namespace tests
*/
namespace tests {
using operations_on_datastructures::reverse_binary_tree;
using operations_on_datastructures::reverse_binary_tree::BinaryTree;
void test1() {
BinaryTree bst;
bst.add(5);
Expand Down

0 comments on commit fb86292

Please sign in to comment.