gdb: Convert language la_lookup_transparent_type field to a method
[deliverable/binutils-gdb.git] / gdb / symtab.c
index 5c4e282c0246262d0f9d5de74a35c2a0fadcb812..f333ea6c34fa3701df5a3941305b80b1ad559b45 100644 (file)
@@ -2722,7 +2722,7 @@ symbol_matches_domain (enum language symbol_language,
 struct type *
 lookup_transparent_type (const char *name)
 {
-  return current_language->la_lookup_transparent_type (name);
+  return current_language->lookup_transparent_type (name);
 }
 
 /* A helper for basic_lookup_transparent_type that interfaces with the
This page took 0.051191 seconds and 4 git commands to generate.