diff options
Diffstat (limited to 'mailnews/jsaccount/src/JaMsgFolder.h')
-rw-r--r-- | mailnews/jsaccount/src/JaMsgFolder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mailnews/jsaccount/src/JaMsgFolder.h b/mailnews/jsaccount/src/JaMsgFolder.h index 514d6e07f..d1b7d37aa 100644 --- a/mailnews/jsaccount/src/JaMsgFolder.h +++ b/mailnews/jsaccount/src/JaMsgFolder.h @@ -89,7 +89,7 @@ private: // Why fake this? Because this method is fully owned by // JaCppMsgFolderDelegator, and this reference is to the "this" of the // main method. But it is not really the local "this". - Super(JaCppMsgFolderDelegator* aFakeThis) {mFakeThis = aFakeThis;} + explicit Super(JaCppMsgFolderDelegator* aFakeThis) {mFakeThis = aFakeThis;} NS_DECL_ISUPPORTS NS_FORWARD_NSIMSGFOLDER(mFakeThis->JaBaseCppMsgFolder::) NS_FORWARD_NSIRDFRESOURCE(mFakeThis->JaBaseCppMsgFolder::) |