Skip to content

Commit

Permalink
Fix -initWithTarget: prototype. It's not a class method!
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ash authored and Michael Ash committed Dec 27, 2012
1 parent 7f35d79 commit a9ec557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PLWeakCompatibility/PLWeakCompatibilityStubs.m
Expand Up @@ -41,7 +41,7 @@ static inline bool has_mazwr () {

// Minimal MAZWR API that we rely on
@interface MAZeroingWeakRef : NSObject
+ (id) initWithTarget: (PLObjectPtr) target;
- (id) initWithTarget: (PLObjectPtr) target;
- (PLObjectPtr) target;
@end

Expand Down

0 comments on commit a9ec557

Please sign in to comment.