Merge pull request #14 from ldrr/master

Resolved warning in WBBaseNoticeView.m
This commit is contained in:
Tito Ciuro
2012-07-27 04:38:12 -07:00

View File

@@ -38,7 +38,7 @@
NSLog(@"%@", [NSThread callStackSymbols]);
[[NSException exceptionWithName:NSInvalidArgumentException
reason:[NSString stringWithFormat:@"*** -[%@ %s]: '%@' cannot be nil.", [self class], _cmd, name]
reason:[NSString stringWithFormat:@"*** -[%@ %@]: '%@' cannot be nil.", [self class], NSStringFromSelector(_cmd), name]
userInfo:nil]raise];
}
}