diff options
Diffstat (limited to 'gdb/compile/compile-object-run.h')
-rw-r--r-- | gdb/compile/compile-object-run.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/compile/compile-object-run.h b/gdb/compile/compile-object-run.h index 9311d02..45375db 100644 --- a/gdb/compile/compile-object-run.h +++ b/gdb/compile/compile-object-run.h @@ -19,6 +19,6 @@ #include "compile-object-load.h" -extern void compile_object_run (struct compile_module *module); +extern void compile_object_run (compile_module_up &&module); #endif /* COMPILE_COMPILE_OBJECT_RUN_H */ |