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 9d45bda..5965df0 100644 --- a/gdb/darwin-nat.h +++ b/gdb/darwin-nat.h @@ -27,7 +27,7 @@ class darwin_nat_target : public inf_child_target { void create_inferior (const char *exec_file, const std::string &allargs, - char **env, int from_tty); + char **env, int from_tty) override; void attach (const char *, int) override; |