Skip to content

Commit

Permalink
Fixes 253967
Browse files Browse the repository at this point in the history
SUDSAVerifier now inherits from NSObject; missed that very important step! Oops!
  • Loading branch information
andymatuschak committed Aug 2, 2008
1 parent 347dd73 commit 5684a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SUDSAVerifier.h
Expand Up @@ -10,7 +10,7 @@
#define SUDSAVERIFIER_H

// For the paranoid folks!
@interface SUDSAVerifier {}
@interface SUDSAVerifier : NSObject {}
+ (BOOL)validatePath:(NSString *)path withEncodedDSASignature:(NSString *)encodedSignature withPublicDSAKey:(NSString *)pkeyString;
@end

Expand Down

0 comments on commit 5684a14

Please sign in to comment.