aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableTextFieldCell.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2011-03-14 20:04:34 +0000
committerstuconnolly <stuart02@gmail.com>2011-03-14 20:04:34 +0000
commitd2b4123427c21c522b2e4496a6d54eb74aabe62d (patch)
treee49cd8e4c6ba62c8544699ab773b598ea5040167 /Source/SPTableTextFieldCell.m
parentf63d1de5460968e5466be02676c8c6f9ed8787b6 (diff)
downloadsequelpro-d2b4123427c21c522b2e4496a6d54eb74aabe62d.tar.gz
sequelpro-d2b4123427c21c522b2e4496a6d54eb74aabe62d.tar.bz2
sequelpro-d2b4123427c21c522b2e4496a6d54eb74aabe62d.zip
Fix more compiler warnings.
Diffstat (limited to 'Source/SPTableTextFieldCell.m')
-rw-r--r--Source/SPTableTextFieldCell.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPTableTextFieldCell.m b/Source/SPTableTextFieldCell.m
index bcfa0138..799cb4c0 100644
--- a/Source/SPTableTextFieldCell.m
+++ b/Source/SPTableTextFieldCell.m
@@ -35,7 +35,7 @@
// Construct and get the sub text attributed string
NSAttributedString *string = [self attributedStringValue];
- NSInteger i;
+ NSUInteger i;
CGFloat maxWidth = cellFrame.size.width;
CGFloat stringWidth = [string size].width;