summaryrefslogtreecommitdiffstats
path: root/src/code.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/code.l')
-rw-r--r--src/code.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code.l b/src/code.l
index a5222f7..a01f0f8 100644
--- a/src/code.l
+++ b/src/code.l
@@ -588,8 +588,8 @@ RAWEND ")"[^ \t\(\)\\]{0,16}\"
auto it = std::find_if(fn->begin(),
fn->end(),
[&sfd=yyextra->sourceFileDef]
- (const auto &fd)
- { return sfd->isIncluded(fd->absFilePath()); });
+ (const auto &lfd)
+ { return sfd->isIncluded(lfd->absFilePath()); });
found = it!=fn->end();
}
}