summaryrefslogtreecommitdiffstats
path: root/mailnews/import/vcard/src/nsVCardImport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mailnews/import/vcard/src/nsVCardImport.cpp')
-rw-r--r--mailnews/import/vcard/src/nsVCardImport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mailnews/import/vcard/src/nsVCardImport.cpp b/mailnews/import/vcard/src/nsVCardImport.cpp
index 6081c36d7..fc674e496 100644
--- a/mailnews/import/vcard/src/nsVCardImport.cpp
+++ b/mailnews/import/vcard/src/nsVCardImport.cpp
@@ -30,7 +30,7 @@ static NS_DEFINE_IID(kISupportsIID, NS_ISUPPORTS_IID);
class ImportVCardAddressImpl : public nsIImportAddressBooks
{
public:
- ImportVCardAddressImpl(nsIStringBundle* aStringBundle);
+ explicit ImportVCardAddressImpl(nsIStringBundle* aStringBundle);
static nsresult Create(
nsIImportAddressBooks** aImport, nsIStringBundle* aStringBundle);