prototypes+style

This commit is contained in:
daboe01
2014-02-15 12:43:09 +01:00
parent d5456ed1db
commit e4f71420fc
4 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ CPParagraphStyleAttributeName = @"CPParagraphStyleAttributeName";
var other = [[self class] alloc];
return [other initWithParagraphStyle:self];
}
- initWithParagraphStyle:(CPParagraphStyle) other
- (CPParagraphStyle)initWithParagraphStyle:(CPParagraphStyle)other
{
other._tabStops = [_tabStops copy];
other._alignment = _alignment;