Skip to content

Commit fb86292

Browse files
committed
Fixed issue with incorrect using statement
1 parent 41af1e4 commit fb86292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operations_on_datastructures/reverse_binary_tree.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class BinaryTree {
151151
* @namespace tests
152152
*/
153153
namespace tests {
154-
using operations_on_datastructures::reverse_binary_tree;
154+
using operations_on_datastructures::reverse_binary_tree::BinaryTree;
155155
void test1() {
156156
BinaryTree bst;
157157
bst.add(5);

0 commit comments

Comments
 (0)