aboutsummaryrefslogtreecommitdiffstats
path: root/NSAttributedString+Moxie.m
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2011-03-15 23:19:46 -0400
committerBrian Cully <github.20.shmit@spamgourmet.com>2011-03-15 23:19:46 -0400
commitcc6272bd1577b277b41d8b431758475f55f3e361 (patch)
tree06d507550bce62bfe9864f37ee77ac481c53bff3 /NSAttributedString+Moxie.m
parent9992988f581532a7db50b57594fc3e346398f9fa (diff)
downloadmoxie-cc6272bd1577b277b41d8b431758475f55f3e361.tar.gz
moxie-cc6272bd1577b277b41d8b431758475f55f3e361.zip
Fixes for 64 bit builds.
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)