diff options
Diffstat (limited to 'gdb/darwin-nat.h')
-rw-r--r-- | gdb/darwin-nat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/darwin-nat.h b/gdb/darwin-nat.h index f33e253..9091efd 100644 --- a/gdb/darwin-nat.h +++ b/gdb/darwin-nat.h @@ -45,7 +45,7 @@ class darwin_nat_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; char *pid_to_exec_file (int pid) override; |