From 7c1c1f89c650f94c31865582b3d3bc0d464ccdec Mon Sep 17 00:00:00 2001 From: Alexander Belyavskiy Date: Sat, 16 Jun 2018 17:52:44 +0300 Subject: Fix Xcode warning (#1758) 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 05437207..ca9971a7 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. -- cgit v1.2.3