gdb: Convert language la_watch_location_expression field to a method
[deliverable/binutils-gdb.git] / gdb / dwarf2 / index-cache.h
index 07e93fa853c91fc37c8e113092f2a107b7c08091..2eb7d232352b2c4649f57fa3e9387e5d9b34a85f 100644 (file)
@@ -53,7 +53,7 @@ public:
   void disable ();
 
   /* Store an index for the specified object file in the cache.  */
-  void store (struct dwarf2_per_objfile *dwarf2_per_objfile);
+  void store (dwarf2_per_objfile *per_objfile);
 
   /* Look for an index file matching BUILD_ID.  If found, return the contents
      as an array_view and store the underlying resources (allocated memory,
This page took 0.024893 seconds and 4 git commands to generate.