Skip to content

Commit 2381b49

Browse files
committed
replace window label for exercise16 chapter12
1 parent 5297922 commit 2381b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter12/exercises/16/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ int main(int /*argc*/, char * /*argv*/[])
239239
constexpr int win_y = 100;
240240
constexpr int win_width = 800;
241241
constexpr int win_height = 600;
242-
const std::string label = "Binary_tree lines";
242+
const std::string label = "Binary_tree node text";
243243

244244
Simple_window win{Point{win_x, win_y}, win_width, win_height, label};
245245
Binary_tree bt(Point{400, 100}, 26, 4, Line_style{Line_style::solid, 2},

0 commit comments

Comments
 (0)