Skip to content

Commit

Permalink
Fix Xcode warning (#1758)
Browse files Browse the repository at this point in the history
It reports that it can’t find `folder)` parameter in declaration.
  • Loading branch information
S2Ler authored and dinhvh committed Jun 16, 2018
1 parent 908b768 commit 7c1c1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/async/imap/MCIMAPAsyncSession.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7c1c1f8

Please sign in to comment.