Make some tui_source_window_base members "protected"
[deliverable/binutils-gdb.git] / gdb / tui / tui-source.h
index 58dc5e88cf77a7c1246988bdb89ac0f3654be86d..1df84cf304c2d258b826b03442e56f2e8c37483d 100644 (file)
@@ -53,6 +53,9 @@ struct tui_source_window : public tui_source_window_base
     do_erase_source_content (_("[ No Source Available ]"));
   }
 
+  void display_start_addr (struct gdbarch **gdbarch_p,
+                          CORE_ADDR *addr_p) override;
+
 protected:
 
   void do_scroll_vertical (int num_to_scroll) override;
This page took 0.023981 seconds and 4 git commands to generate.