aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/imap/MCOIMAPNamespaceItem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/objc/imap/MCOIMAPNamespaceItem.h')
-rw-r--r--src/objc/imap/MCOIMAPNamespaceItem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objc/imap/MCOIMAPNamespaceItem.h b/src/objc/imap/MCOIMAPNamespaceItem.h
index b23d0dfc..3063919b 100644
--- a/src/objc/imap/MCOIMAPNamespaceItem.h
+++ b/src/objc/imap/MCOIMAPNamespaceItem.h
@@ -26,7 +26,7 @@
- (NSString *) pathForComponents:(NSArray *)components;
/** Returns components for the given path in the context of this namespace */
-- (NSArray *) componentsForPath:(NSString *)path;
+- (NSArray * /* NSString */) componentsForPath:(NSString *)path;
/** Returns YES if the namespace contains this folder path */
- (BOOL) containsFolder:(NSString *)folder;