X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2F80221Bundle%2FMIHPacket.cc;h=7f8852835e561c75773bd8ccfe9cee5fb39b5e4a;hb=bea7cfcf3d02688ece159d76890acfe2d0051d71;hp=619b58d43c33ba9575c83466fa288d383af8b296;hpb=482523171f06cf239fd7e8c991f81711c02cf0ba;p=senf.git diff --git a/senf/Packets/80221Bundle/MIHPacket.cc b/senf/Packets/80221Bundle/MIHPacket.cc index 619b58d..7f88528 100644 --- a/senf/Packets/80221Bundle/MIHPacket.cc +++ b/senf/Packets/80221Bundle/MIHPacket.cc @@ -85,7 +85,7 @@ prefix_ void senf::MIHGenericPayloadPacketType::dump(packet p, std::ostream &os) os << "MIH Payload (service specific TLVs):\n"; typedef parser::tlvList_t::container tlvListContainer_t; tlvListContainer_t tlvListContainer (p->tlvList()); - for (tlvListContainer_t::iterator i = tlvListContainer.begin(); i != tlvListContainer.end(); ++i) + for (tlvListContainer_t::const_iterator i = tlvListContainer.begin(); i != tlvListContainer.end(); ++i) i->dump( os); }