Fixed: capp_lint on the entire project doesn't remove the content of the error tableview

This commit is contained in:
Alexandre Wilhelm
2014-04-18 10:47:00 -07:00
parent 973940fcb2
commit c28cd8a270
+1
View File
@@ -1730,6 +1730,7 @@ void fsevents_callback(ConstFSEventStreamRef streamRef,
- (IBAction)checkProjectWithCappLint:(id)aSender
{
[self clearErrors:self];
[self checkCappLintForPath:self.projectPath];
}