diff options
Diffstat (limited to 'gdb/namespace.h')
-rw-r--r-- | gdb/namespace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/namespace.h b/gdb/namespace.h index 03bc1bb..87c9be4 100644 --- a/gdb/namespace.h +++ b/gdb/namespace.h @@ -112,6 +112,6 @@ extern void add_using_directive (struct using_direct **using_directives, const char *declaration, const std::vector<const char *> &excludes, int copy_names, - struct obstack *obstack); + struct obstack *obstack); #endif /* NAMESPACE_H */ |