X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FPacketImpl.cc;h=4639a05182fed395aae5ac412bcc4d110a3e869c;hb=a0b6f53e5c464c6b84fed30a67fcce32da81012d;hp=5fc7bf9031bbd730772b3506c78bbee8b8179684;hpb=3a3350157a52c268d5082a4aac4aba643417071f;p=senf.git diff --git a/senf/Packets/PacketImpl.cc b/senf/Packets/PacketImpl.cc index 5fc7bf9..4639a05 100644 --- a/senf/Packets/PacketImpl.cc +++ b/senf/Packets/PacketImpl.cc @@ -40,7 +40,7 @@ unsigned senf::detail::AnnotationIndexerBase::maxAnnotations (0); prefix_ void senf::detail::AnnotationIndexerBase::dump(PacketImpl * p, std::ostream & os) { - for(std::vector::const_iterator + for(std::vector::const_iterator i (registry().begin()), i_end (registry().end()); i != i_end; ++i) (*i)->v_dump(p,os);