diff options
Diffstat (limited to 'gdb/compile/compile-cplus.h')
-rw-r--r-- | gdb/compile/compile-cplus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/compile/compile-cplus.h b/gdb/compile/compile-cplus.h index 7baa57d..040f0cc 100644 --- a/gdb/compile/compile-cplus.h +++ b/gdb/compile/compile-cplus.h @@ -159,7 +159,7 @@ public: compile_scope new_scope (const char *type_name, struct type *type); /* Enter the given NEW_SCOPE. */ - void enter_scope (compile_scope &scope); + void enter_scope (compile_scope &&scope); /* Leave the current scope. */ void leave_scope (); |