aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPContentFilterManager.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPContentFilterManager.m')
-rw-r--r--Source/SPContentFilterManager.m5
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/SPContentFilterManager.m b/Source/SPContentFilterManager.m
index 8e79cc8e..30defe7a 100644
--- a/Source/SPContentFilterManager.m
+++ b/Source/SPContentFilterManager.m
@@ -34,8 +34,10 @@
#define SP_MULTIPLE_SELECTION_PLACEHOLDER_STRING NSLocalizedString(@"[multiple selection]", @"[multiple selection]")
#define SP_NO_SELECTION_PLACEHOLDER_STRING NSLocalizedString(@"[no selection]", @"[no selection]")
-@interface SPContentFilterManager (Private)
+@interface SPContentFilterManager (PrivateAPI)
+
- (void)_initWithNoSelection;
+
@end
@implementation SPContentFilterManager
@@ -877,4 +879,5 @@
[contentFilterNameTextField setStringValue:@""];
[contentFilterTextView setString:@""];
}
+
@end