diff options
Diffstat (limited to 'Source/SPFavoriteNode.h')
-rw-r--r-- | Source/SPFavoriteNode.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SPFavoriteNode.h b/Source/SPFavoriteNode.h index a26c9a3b..6a132767 100644 --- a/Source/SPFavoriteNode.h +++ b/Source/SPFavoriteNode.h @@ -28,6 +28,7 @@ // // More info at <https://github.com/sequelpro/sequelpro> +#import "SPNamedNode.h" /** * @class SPFavoriteNode SPFavoriteNode.h * @@ -35,7 +36,7 @@ * * Tree node the represents a connection favorite. */ -@interface SPFavoriteNode : NSObject <NSCopying, NSCoding> +@interface SPFavoriteNode : NSObject <NSCopying, NSCoding, SPNamedNode> { NSMutableDictionary *nodeFavorite; } |