aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPGroupNode.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPGroupNode.h')
-rw-r--r--Source/SPGroupNode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPGroupNode.h b/Source/SPGroupNode.h
index e5dad641..8c4f2e84 100644
--- a/Source/SPGroupNode.h
+++ b/Source/SPGroupNode.h
@@ -30,7 +30,7 @@
*
* Tree node that represents a group.
*/
-@interface SPGroupNode : NSObject <NSCopying>
+@interface SPGroupNode : NSObject <NSCopying, NSCoding>
{
NSString *nodeName;
}