aboutsummaryrefslogtreecommitdiff
path: root/gdb/tracepoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/tracepoint.h')
-rw-r--r--gdb/tracepoint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tracepoint.h b/gdb/tracepoint.h
index 294f011..b32dd61 100644
--- a/gdb/tracepoint.h
+++ b/gdb/tracepoint.h
@@ -257,7 +257,7 @@ public:
void add_wholly_collected (const char *print_name);
- void append_exp (struct expression *exp);
+ void append_exp (std::string &&exp);
/* Add AEXPR to the list, taking ownership. */
void add_aexpr (agent_expr_up aexpr);