Change tui_make_window to be a method
[platform/upstream/binutils.git] / gdb / tui / tui-layout.c
index 08b18e5..01d50e4 100644 (file)
@@ -602,7 +602,7 @@ tui_gen_win_info::resize (int height_, int width_,
     }
 
   if (handle == nullptr)
-    tui_make_window (this);
+    make_window ();
 
   rerender ();
 }