Make gdb.mi/user-selected-context-sync.exp use proc_with_prefix
[deliverable/binutils-gdb.git] / gdb / ax.h
index 85d294352a8275e2ba1566d917c608540b7bdc98..dbbfa0bc383ed0ea262c289e8a9fc4b69ddf2a6d 100644 (file)
--- a/gdb/ax.h
+++ b/gdb/ax.h
@@ -168,7 +168,7 @@ struct agent_expr
   };
 
 /* An agent_expr owning pointer.  */
-typedef gdb::unique_ptr<agent_expr> agent_expr_up;
+typedef std::unique_ptr<agent_expr> agent_expr_up;
 
 /* The actual values of the various bytecode operations.  */
 
This page took 0.023352 seconds and 4 git commands to generate.