aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/utils/MCOIndexSet.h
diff options
context:
space:
mode:
authorGravatar Matt Ronge <mronge@mronge.com>2014-03-04 16:12:56 -0600
committerGravatar Matt Ronge <mronge@mronge.com>2014-03-04 16:12:56 -0600
commit431aaf5f1b56b4529a70a7fb8598d686f4d6d814 (patch)
treea67cac8a9c0685d3f7983d5226164c55202c8ba5 /src/objc/utils/MCOIndexSet.h
parent697f506667e1f9ee6ebaac0711086bc1a287ab67 (diff)
Add NSCoding to classes that support it
Diffstat (limited to 'src/objc/utils/MCOIndexSet.h')
-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 38ec3834..97d368ec 100644
--- a/src/objc/utils/MCOIndexSet.h
+++ b/src/objc/utils/MCOIndexSet.h
@@ -16,7 +16,7 @@
/** similar to NSMutableIndexSet but supports int64_t*/
-@interface MCOIndexSet : NSObject <NSCopying>
+@interface MCOIndexSet : NSObject <NSCopying, NSCoding>
/** Creates an empty index set.*/
+ (MCOIndexSet *) indexSet;