TUI resize unification
[deliverable/binutils-gdb.git] / gdb / tui / tui-stack.h
index 51c976b2f56329ebc624d7d7721404adb3589b1e..951cf2c407b476bea3c41a4075a4de3d3cda8078 100644 (file)
@@ -43,6 +43,8 @@ struct tui_locator_window : public tui_gen_win_info
     proc_name[0] = 0;
   }
 
+  void rerender () override;
+
   char full_name[MAX_LOCATOR_ELEMENT_LEN];
   char proc_name[MAX_LOCATOR_ELEMENT_LEN];
   int line_no = 0;
This page took 0.024621 seconds and 4 git commands to generate.