aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/utils
diff options
context:
space:
mode:
authorGravatar Hoà V. DINH <dinh.viet.hoa@gmail.com>2014-05-10 13:29:01 -0700
committerGravatar Hoà V. DINH <dinh.viet.hoa@gmail.com>2014-05-10 13:29:01 -0700
commitd7f214db05fc7950d3ee018886f9a377cfe55cad (patch)
tree1803323f3359deaa1a83f8d69f2804ed85ad4875 /src/objc/utils
parent5afe9d30638b83def7bf750f7fe155474750d50e (diff)
parentea190109babd5e41df24703b20e0976a3ee6e175 (diff)
Merge pull request #713 from rlaferla/master
Update MCOIndexSet.h
Diffstat (limited to 'src/objc/utils')
-rw-r--r--src/objc/utils/MCOIndexSet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objc/utils/MCOIndexSet.h b/src/objc/utils/MCOIndexSet.h
index 0cd18d15..3705fa3a 100644
--- a/src/objc/utils/MCOIndexSet.h
+++ b/src/objc/utils/MCOIndexSet.h
@@ -14,7 +14,7 @@
#import <MailCore/MCORange.h>
-/** similar to NSMutableIndexSet but supports int64_t*/
+/** similar to NSMutableIndexSet but supports int64_t. MCORange has a location (uint64_t) and length (uint64_t). */
@interface MCOIndexSet : NSObject <NSCopying, NSCoding>