]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Iterator nit.
authorRoland McGrath <roland@redhat.com>
Sun, 28 Jun 2009 21:09:40 +0000 (14:09 -0700)
committerRoland McGrath <roland@redhat.com>
Sun, 28 Jun 2009 21:09:40 +0000 (14:09 -0700)
libdw/c++/dwarf

index cf24cc209ce2e29dee473c249cb65cbf83360dc1..9f2d37f1d34cccbf33357c3f3e165aaeb21bee05 100644 (file)
@@ -796,6 +796,10 @@ namespace elfutils
        }
 
       public:
+       inline const_iterator ()
+         : _m_stack ()
+       {}
+
        inline const_iterator (const raw_iterator &i)
        {
          _m_stack.push (i);