aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPPreferencePane.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPPreferencePane.m')
-rw-r--r--Source/SPPreferencePane.m5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/SPPreferencePane.m b/Source/SPPreferencePane.m
index a1b85ed7..39a870c7 100644
--- a/Source/SPPreferencePane.m
+++ b/Source/SPPreferencePane.m
@@ -47,4 +47,9 @@
return self;
}
+- (void)preferencePaneWillBeShown
+{
+ // Default: do nothing. Override in subclass.
+}
+
@end