CPP: Alternative fix.

This commit is contained in:
Geoffrey White
2019-04-05 18:06:09 +01:00
parent 79e01a2de5
commit 581266c347
2 changed files with 2 additions and 2 deletions

View File

@@ -250,7 +250,7 @@ class FormatLiteral extends Literal {
* Microsoft rules and extensions.
*/
predicate isMicrosoft() {
getFile().compiledAsMicrosoft()
any(File f).compiledAsMicrosoft()
}
/**

View File

@@ -51,7 +51,7 @@ abstract class FormattingFunction extends Function {
* Microsoft rules and extensions.
*/
predicate isMicrosoft() {
getFile().compiledAsMicrosoft()
any(File f).compiledAsMicrosoft()
}
/**