Skip to content

Commit

Permalink
[cappuccino#247 state:resolved milestone:0.7]
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Boucher committed Mar 25, 2009
1 parent e0af565 commit 50ed22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Foundation/CPAttributedString.j
Expand Up @@ -657,7 +657,7 @@
@param anIndex the index at which the insert is to occur.
@exception CPRangeException If the index is out of bounds.
*/
- (void)insertAttributedString:(CPAttributedString)aString atIndex:(CPString)anIndex
- (void)insertAttributedString:(CPAttributedString)aString atIndex:(unsigned)anIndex
{
[self beginEditing];

Expand Down

0 comments on commit 50ed22c

Please sign in to comment.