Class-ify ui_out
[deliverable/binutils-gdb.git] / gdb / cli / cli-cmds.c
index 3d1a62860dbe0d4ae99565fca1874b49b5150aca..763a6d4de92121be8e05ad405eaffe78cb2b6e70 100644 (file)
@@ -254,7 +254,7 @@ complete_command (char *arg, int from_tty)
     {
       /* Only print this for non-mi frontends.  An MI frontend may not
         be able to handle this.  */
-      if (!ui_out_is_mi_like_p (current_uiout))
+      if (!current_uiout->is_mi_like_p ())
        {
          printf_unfiltered (_("max-completions is zero,"
                               " completion is disabled.\n"));
This page took 0.024524 seconds and 4 git commands to generate.