]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
section_appender::size should return Dwarf_Off
authorPetr Machata <pmachata@redhat.com>
Wed, 5 Aug 2009 14:12:44 +0000 (16:12 +0200)
committerPetr Machata <pmachata@redhat.com>
Wed, 5 Aug 2009 14:12:44 +0000 (16:12 +0200)
libdw/c++/dwarf_output

index 156358e7c863d470c8d9ddfa021b2ddb37092e39..afc029e06d2625cf38352008f815aafcd7d88247 100644 (file)
@@ -128,7 +128,7 @@ namespace elfutils
       *alloc (1) = byte;
     }
 
-    size_t size () const
+    ::Dwarf_Off size () const
     {
       return _m_totsize;
     }