compile: Remove non-const reference parameters
[deliverable/binutils-gdb.git] / gdb / compile / compile-c.h
index 18ff4d32da396b832e24107f5beca1adf6689186..aa11a13410861fa26ab4592fab727cb29841b533 100644 (file)
@@ -69,7 +69,7 @@ private:
 extern gdb::unique_xmalloc_ptr<unsigned char>
   generate_c_for_variable_locations
      (compile_instance *compiler,
-      string_file &stream,
+      string_file *stream,
       struct gdbarch *gdbarch,
       const struct block *block,
       CORE_ADDR pc);
This page took 0.024418 seconds and 4 git commands to generate.