Update gdb.base/default.exp for GDB 10
[deliverable/binutils-gdb.git] / gdb / type-stack.h
index 672ad05483774e25c1fa04d2a23e6a6f0109e1da..dce032343b35fb27cf35ebe2c1c7fd8acb8ed618 100644 (file)
@@ -20,6 +20,7 @@
 #ifndef TYPE_STACK_H
 #define TYPE_STACK_H
 
+#include "gdbtypes.h"
 #include <vector>
 
 struct type;
@@ -160,7 +161,7 @@ public:
      tp_pointer, and the new values are inserted above the first
      item.  */
 
-  void insert (struct expr_builder *pstate, char *string);
+  void insert (struct expr_builder *pstate, const char *string);
 
   /* Append the elements of the type stack FROM to the type stack
      THIS.  Always returns THIS.  */
This page took 0.027196 seconds and 4 git commands to generate.