Silence ARI warning about floatformat_to_double
[deliverable/binutils-gdb.git] / gdb / inf-ptrace.h
index 2165578083db557e4cda8359b5bf7382b331192f..98b5d2e09e686b0c4490f1fd442e4be61bab6a61 100644 (file)
@@ -59,7 +59,7 @@ struct inf_ptrace_target : public inf_child_target
 
   bool thread_alive (ptid_t ptid) override;
 
-  const char *pid_to_str (ptid_t) override;
+  std::string pid_to_str (ptid_t) override;
 
   enum target_xfer_status xfer_partial (enum target_object object,
                                        const char *annex,
This page took 0.025395 seconds and 4 git commands to generate.