Remove separate visibility flag
[deliverable/binutils-gdb.git] / gdb / tui / tui.c
index e0eb12fb8336f9efda48632da376c39b70b11570..db34e0c0441cd88a5f9cbb8b0473a92e81f1b84c 100644 (file)
@@ -661,7 +661,7 @@ tui_is_window_visible (enum tui_win_type type)
   if (tui_win_list[type] == 0)
     return false;
   
-  return tui_win_list[type]->is_visible;
+  return tui_win_list[type]->is_visible ();
 }
 
 int
This page took 0.030478 seconds and 4 git commands to generate.