From d853517be13c5234710796526f508147693cac3c Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Mon, 14 Mar 2016 21:26:50 +0000 Subject: [PATCH] Added comment to describe the ImportVCard4 function. --- source/import/import-vcard4.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/import/import-vcard4.cpp b/source/import/import-vcard4.cpp index 3f46738..066dc10 100644 --- a/source/import/import-vcard4.cpp +++ b/source/import/import-vcard4.cpp @@ -24,6 +24,8 @@ std::map ImportVCard4(wxArrayString *FileListInc){ + // Import from a vCard 4.0 file. + std::map FinalData; // Go through each of the file names, load them up and collect the -- 2.39.2