aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTooltip.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPTooltip.m')
-rw-r--r--Source/SPTooltip.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPTooltip.m b/Source/SPTooltip.m
index 276b5ebd..33564d81 100644
--- a/Source/SPTooltip.m
+++ b/Source/SPTooltip.m
@@ -96,7 +96,7 @@ static CGFloat slow_in_out (CGFloat t)
+ (void)showWithObject:(id)content atLocation:(NSPoint)point
{
- [self showWithObject:content atLocation:point ofType:@"text" displayOptions:[NSDictionary dictionary]];
+ [self showWithObject:content atLocation:point ofType:@"text" displayOptions:@{}];
}
+ (void)showWithObject:(id)content atLocation:(NSPoint)point ofType:(NSString *)type