!= instead of < for comparison with end iterator
Change-Id: I16f3b768cdb3304d3f7a9b3a63a4262377c7c89b
This commit is contained in:
@@ -204,7 +204,7 @@ found:
|
|||||||
{
|
{
|
||||||
pC->pTopic->_Disconnect( (long) hConv );
|
pC->pTopic->_Disconnect( (long) hConv );
|
||||||
for ( ConvList::iterator it = pService->pConv->begin();
|
for ( ConvList::iterator it = pService->pConv->begin();
|
||||||
it < pService->pConv->end();
|
it != pService->pConv->end();
|
||||||
++it
|
++it
|
||||||
) {
|
) {
|
||||||
if ( *it == pC )
|
if ( *it == pC )
|
||||||
|
Reference in New Issue
Block a user