aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Alexander Belyavskiy <diejmon@gmail.com>2018-06-16 17:52:44 +0300
committerGravatar Hoà V. DINH <dinh.viet.hoa@gmail.com>2018-06-16 07:52:44 -0700
commit7c1c1f89c650f94c31865582b3d3bc0d464ccdec (patch)
treea816ab11fdb1bc473739024689a5467773de0dcd
parent908b76857254dddfb07a74dd0e407e10d0900dd5 (diff)
Fix Xcode warning (#1758)
It reports that it can’t find `folder)` parameter in declaration.
-rw-r--r--src/async/imap/MCIMAPAsyncSession.h2
1 files changed, 1 insertions, 1 deletions
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.