]> Git Repo - binutils.git/blobdiff - elfcpp/elfcpp_internal.h
Fix compile error with use of 'typename' outside of template.
[binutils.git] / elfcpp / elfcpp_internal.h
index edca55fabd19aa5a145c15e90fcb2bb3985e74cb..a5d647fd2847f6aa1ffddecc64a46214736df890 100644 (file)
@@ -184,7 +184,7 @@ struct Rela_data
 
 struct Mips64_rel_data
 {
-  typename Elf_types<64>::Elf_Addr r_offset;
+  Elf_types<64>::Elf_Addr r_offset;
   Elf_Word r_sym;
   unsigned char r_ssym;
   unsigned char r_type3;
@@ -194,7 +194,7 @@ struct Mips64_rel_data
 
 struct Mips64_rela_data
 {
-  typename Elf_types<64>::Elf_Addr r_offset;
+  Elf_types<64>::Elf_Addr r_offset;
   Elf_Word r_sym;
   unsigned char r_ssym;
   unsigned char r_type3;
This page took 0.024133 seconds and 4 git commands to generate.