aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPContentFilterManager.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPContentFilterManager.m')
-rw-r--r--Source/SPContentFilterManager.m16
1 files changed, 9 insertions, 7 deletions
diff --git a/Source/SPContentFilterManager.m b/Source/SPContentFilterManager.m
index a0755b92..064f848d 100644
--- a/Source/SPContentFilterManager.m
+++ b/Source/SPContentFilterManager.m
@@ -75,13 +75,6 @@
return self;
}
-- (void)dealloc
-{
- [contentFilters release];
-
- [super dealloc];
-}
-
/**
* Upon awakening bind the query text view's background colour.
*/
@@ -951,4 +944,13 @@
#endif
}
+#pragma mark -
+
+- (void)dealloc
+{
+ [contentFilters release];
+
+ [super dealloc];
+}
+
@end