From 6b1882bead9bfe00039be764ba19ae2217898abf Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Mon, 14 Mar 2016 21:26:57 +0000 Subject: [PATCH] Added comment to describe the ImportVCard3 function. --- source/import/import-vcard3.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/import/import-vcard3.cpp b/source/import/import-vcard3.cpp index c9c66db..11e1828 100644 --- a/source/import/import-vcard3.cpp +++ b/source/import/import-vcard3.cpp @@ -25,6 +25,8 @@ std::map ImportVCard3(wxArrayString *FileListInc){ + // Import from a vCard 3.0 file. + std::map FinalData; // Go through each of the file names, load them up and collect the -- 2.39.2