From 44a0b58b02ae894077efc8f9008dcebe9cf3da90 Mon Sep 17 00:00:00 2001 From: Aliaksandr Bialiauski Date: Wed, 13 Jun 2018 16:57:01 +0300 Subject: [PATCH] Fix Xcode warning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It reports that it can’t find `folder)` parameter in declaration. --- src/async/imap/MCIMAPAsyncSession.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/async/imap/MCIMAPAsyncSession.h b/src/async/imap/MCIMAPAsyncSession.h index 054372073..ca9971a7d 100644 --- a/src/async/imap/MCIMAPAsyncSession.h +++ b/src/async/imap/MCIMAPAsyncSession.h @@ -226,7 +226,7 @@ namespace mailcore { virtual IMAPAsyncConnection * matchingSessionForFolder(String * folder); /*! Returns a session with minimum operation queue among already created ones. If @param filterByFolder is true, then function filters sessions with - predicate (lastFolder() EQUALS TO @param folder). In case of @param folder is NULL + predicate ( lastFolder() EQUALS TO @param folder ). In case of param folder is NULL the function would search a session among non-selected ones. */ virtual IMAPAsyncConnection * sessionWithMinQueue(bool filterByFolder, String * folder); /*! Returns existant or new session with empty operation queue, if it can.