Make tui_win_info::name pure virtual
[deliverable/binutils-gdb.git] / gdb / tui / tui-stack.h
index 564ac22495c124fb28a528b5afd10ec7e20e0995..9ff57b1ba73e4e07607edc39c57c9c8544cb77fa 100644 (file)
@@ -32,6 +32,11 @@ struct tui_locator_window : public tui_win_info
 {
   tui_locator_window () = default;
 
+  const char *name () const override
+  {
+    return STATUS_NAME;
+  }
+
   int max_height () const override
   {
     return 1;
This page took 0.022602 seconds and 4 git commands to generate.