From: Steve Brokenshire Date: Tue, 9 Feb 2016 23:26:13 +0000 (+0000) Subject: Corrected striter with intiter in frmContactEditorOrganisations X-Git-Tag: release-0.09~34 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=552c8c452f5c3285bf28c457808e467d3f130cfc Corrected striter with intiter in frmContactEditorOrganisations --- diff --git a/source/contacteditor/frmContactEditorOrganisations.cpp b/source/contacteditor/frmContactEditorOrganisations.cpp index 9aa5f50..8763710 100644 --- a/source/contacteditor/frmContactEditorOrganisations.cpp +++ b/source/contacteditor/frmContactEditorOrganisations.cpp @@ -253,7 +253,7 @@ void frmContactEditorOrganisations::SetEditorMode(bool EditMode, SectionType Sec intiter = OrganisationListPrefPtr->find(OrganisationListIndex); if (intiter->first == OrganisationListIndex && intiter->second > 0 && - striter != OrganisationListPrefPtr->end()){ + intiter != OrganisationListPrefPtr->end()){ sliPriority->SetValue(intiter->second); sliPriority->Enable();