diff options
Diffstat (limited to 'Source/SPTreeNode.h')
-rw-r--r-- | Source/SPTreeNode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPTreeNode.h b/Source/SPTreeNode.h index 62682af8..7e4290b4 100644 --- a/Source/SPTreeNode.h +++ b/Source/SPTreeNode.h @@ -30,7 +30,7 @@ * * NSTreeNode subclass which adds some convenience methods. */ -@interface SPTreeNode : NSTreeNode +@interface SPTreeNode : NSTreeNode <NSCoding> { BOOL isGroup; } |