Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Commit

Permalink
Use initWithCapacity instead of initWithLenght
Browse files Browse the repository at this point in the history
  • Loading branch information
migueldeicaza authored and Geoff Norton committed Mar 15, 2011
1 parent 241e03f commit 6472552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/foundation.cs
Expand Up @@ -975,7 +975,7 @@ public interface NSMutableData {
[Export ("mutableBytes")]
IntPtr MutableBytes { get; }

[Export ("initWithLength:")]
[Export ("initWithCapacity:")]
IntPtr Constructor (uint len);

[Export ("appendData:")]
Expand Down

0 comments on commit 6472552

Please sign in to comment.