aboutsummaryrefslogtreecommitdiffstats
path: root/NSAttributedString+Moxie.m
diff options
context:
space:
mode:
Diffstat (limited to 'NSAttributedString+Moxie.m')
-rw-r--r--NSAttributedString+Moxie.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/NSAttributedString+Moxie.m b/NSAttributedString+Moxie.m
index 4837c0b..f39a4a0 100644
--- a/NSAttributedString+Moxie.m
+++ b/NSAttributedString+Moxie.m
@@ -145,7 +145,7 @@
tmpForm = [attrDict objectForKey: @":BOLD"];
if (tmpForm) {
NSColor *preColor;
- float r, g, b, a;
+ CGFloat r, g, b, a;
preColor = [myAttributes objectForKey: NSForegroundColorAttributeName];
if (preColor == nil)