From 4b8b88b747f1229b3538320d934d686e0d71e812 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Mon, 21 Nov 2005 02:35:52 +0000 Subject: [PATCH 1/1] it doesn't compile with const Ghost: is this correct now? --- lib/dvb/pmt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dvb/pmt.cpp b/lib/dvb/pmt.cpp index 834a2905..c9ff3cb6 100644 --- a/lib/dvb/pmt.cpp +++ b/lib/dvb/pmt.cpp @@ -424,7 +424,7 @@ void eDVBCAService::buildCAPMT(eTable *ptr) return; } - const std::vector::const_iterator i=ptr->getSections().begin(); + std::vector::const_iterator i=ptr->getSections().begin(); if ( i != ptr->getSections().end() ) { CaProgramMapSection capmt(*i++, m_prev_build_hash ? 0x05 /*update*/ : 0x03 /*only*/, 0x01 ); -- 2.30.2