Change tui_make_window to be a method
[platform/upstream/binutils.git] / gdb / tui / tui-command.c
index f2040a7..6259580 100644 (file)
@@ -54,7 +54,7 @@ tui_cmd_window::resize (int height_, int width_, int origin_x, int origin_y)
   origin.y = origin_y;
 
   if (handle == nullptr)
-    tui_make_window (this);
+    make_window ();
   else
     {
       /* Another reason we don't call the base class method here is