From 552c8c452f5c3285bf28c457808e467d3f130cfc Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Tue, 9 Feb 2016 23:26:13 +0000 Subject: [PATCH] Corrected striter with intiter in frmContactEditorOrganisations --- source/contacteditor/frmContactEditorOrganisations.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.2