From 721479482bf83a1774808516b4d4cc4556b06994 Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Thu, 15 Oct 2020 22:52:04 -0400 Subject: Starting to understand FLTK/Rust Box story --- src/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index c7cc30a..88ce6fa 100644 --- a/src/main.rs +++ b/src/main.rs @@ -192,6 +192,7 @@ This program comes with ABSOLUTELY NO WARRANTY; and is made available under the endwin(); } else { - gui_test(); + let mut gui = GUI::new(); + gui.run(); } } -- cgit v1.3.1