From 614ce6c9981e3b91ed48538e2ba5a02574a2169a Mon Sep 17 00:00:00 2001 From: Abhi Beckert Date: Fri, 8 Apr 2016 18:04:31 +1000 Subject: fix warnings --- Source/SPPillAttachmentCell.m | 5 +++++ Source/SPQueryFavoriteManager.m | 1 + 2 files changed, 6 insertions(+) (limited to 'Source') diff --git a/Source/SPPillAttachmentCell.m b/Source/SPPillAttachmentCell.m index 77f6c734..803f0e83 100644 --- a/Source/SPPillAttachmentCell.m +++ b/Source/SPPillAttachmentCell.m @@ -30,6 +30,11 @@ #import "SPPillAttachmentCell.h" +@interface SPPillAttachmentCell () + +- (void)drawWithFrame:(NSRect)cellFrame inView:(NSView *)controlView characterIndex:(NSUInteger)charIndex layoutManager:(NSLayoutManager *)layoutManager; + +@end @implementation SPPillAttachmentCell diff --git a/Source/SPQueryFavoriteManager.m b/Source/SPQueryFavoriteManager.m index 542184c4..ceb1efc4 100644 --- a/Source/SPQueryFavoriteManager.m +++ b/Source/SPQueryFavoriteManager.m @@ -39,6 +39,7 @@ #import "SPTextView.h" #import "SPSplitView.h" #import "SPAppController.h" +#import "SPAppleScriptSupport.h" #define SP_MULTIPLE_SELECTION_PLACEHOLDER_STRING NSLocalizedString(@"[multiple selection]", @"[multiple selection]") #define SP_NO_SELECTION_PLACEHOLDER_STRING NSLocalizedString(@"[no selection]", @"[no selection]") -- cgit v1.2.3