diff options
Diffstat (limited to 'mailnews/jsaccount/src/DelegateList.h')
-rw-r--r-- | mailnews/jsaccount/src/DelegateList.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mailnews/jsaccount/src/DelegateList.h b/mailnews/jsaccount/src/DelegateList.h index 943b3e726..aa7fc74c8 100644 --- a/mailnews/jsaccount/src/DelegateList.h +++ b/mailnews/jsaccount/src/DelegateList.h @@ -20,7 +20,7 @@ class DelegateList : public msgIDelegateList public: NS_DECL_ISUPPORTS NS_DECL_MSGIDELEGATELIST - DelegateList(const char *aWindowsPrefix) : + explicit DelegateList(const char *aWindowsPrefix) : mPrefix(aWindowsPrefix) { } nsDataHashtable<nsCStringHashKey, bool> mMethods; |