diff options
Diffstat (limited to 'gdb/location.h')
-rw-r--r-- | gdb/location.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/location.h b/gdb/location.h index 4cabf26..848f645 100644 --- a/gdb/location.h +++ b/gdb/location.h @@ -169,7 +169,7 @@ extern const char * /* Create a new probe location. */ -extern event_location_up new_probe_location (const char *probe); +extern event_location_up new_probe_location (std::string &&probe); /* Return the probe location (a string) of the given event_location (which must be of type PROBE_LOCATION). */ |