Change tui_source_window_base::set_contents to return bool
[deliverable/binutils-gdb.git] / gdb / tui / tui-source.h
index a573ce47f4ff556501bbf78a679ee971bcf4f66f..36515e7115d51ac361e43b74a32b6afa07100d99 100644 (file)
@@ -60,10 +60,9 @@ protected:
 
   void do_scroll_vertical (int num_to_scroll) override;
 
-  enum tui_status set_contents
-    (struct gdbarch *gdbarch,
-     struct symtab *s,
-     struct tui_line_or_address line_or_addr) override;
+  bool set_contents (struct gdbarch *gdbarch,
+                    struct symtab *s,
+                    struct tui_line_or_address line_or_addr) override;
 
 private:
 
This page took 0.023549 seconds and 4 git commands to generate.