compile: Remove non-const reference parameters
[deliverable/binutils-gdb.git] / gdb / symtab.h
index e0fe17a75f231352900f920e2bd5338b761f7375..399666b4732c1be7a87c6f85746e90c6ccde0905 100644 (file)
@@ -983,7 +983,7 @@ struct symbol_computed_ops
      The generated C code must assign the location to a local
      variable; this variable's name is RESULT_NAME.  */
 
-  void (*generate_c_location) (struct symbol *symbol, string_file &stream,
+  void (*generate_c_location) (struct symbol *symbol, string_file *stream,
                               struct gdbarch *gdbarch,
                               unsigned char *registers_used,
                               CORE_ADDR pc, const char *result_name);
This page took 0.024542 seconds and 4 git commands to generate.