Change tui_source_window_base::set_contents to return bool
[deliverable/binutils-gdb.git] / gdb / tui / tui-winsource.h
index 1ba967c5b622e0b93ae7bc2d1b645f73c7fecc2b..1991d040e388aa6c4b3e6b6705380ce795457e45 100644 (file)
@@ -87,10 +87,9 @@ protected:
 
   void rerender () override;
 
-  virtual enum tui_status set_contents
-    (struct gdbarch *gdbarch,
-     struct symtab *s,
-     struct tui_line_or_address line_or_addr) = 0;
+  virtual bool set_contents (struct gdbarch *gdbarch,
+                            struct symtab *s,
+                            struct tui_line_or_address line_or_addr) = 0;
 
 public:
 
This page took 0.023366 seconds and 4 git commands to generate.