]> sourceware.org Git - libabigail.git/commitdiff
Initialize naked canonical type
authorDodji Seketeli <dodji@redhat.com>
Wed, 4 Oct 2017 12:17:32 +0000 (14:17 +0200)
committerDodji Seketeli <dodji@redhat.com>
Wed, 4 Oct 2017 12:22:37 +0000 (14:22 +0200)
* src/abg-ir.cc (type_base::priv::priv): Initialize the naked
canonical type data member.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
src/abg-ir.cc

index 1a2d637dc3df518435c13d063b34a96a7d0c2bf5..e84f439d7c2f4a350c7eda222d371211a4ba09f3 100644 (file)
@@ -9707,7 +9707,7 @@ struct type_base::priv
   priv()
     : size_in_bits(),
       alignment_in_bits(),
-      canonical_type()
+      naked_canonical_type()
   {}
 
   priv(size_t s,
This page took 0.057662 seconds and 5 git commands to generate.