diff options
Diffstat (limited to 'compilerplugins/clang/stringconcatliterals.cxx')
-rw-r--r-- | compilerplugins/clang/stringconcatliterals.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/stringconcatliterals.cxx b/compilerplugins/clang/stringconcatliterals.cxx index 2e89ddca66a9..54ca706e208f 100644 --- a/compilerplugins/clang/stringconcatliterals.cxx +++ b/compilerplugins/clang/stringconcatliterals.cxx @@ -114,7 +114,7 @@ bool StringConcatLiterals::VisitCallExpr(CallExpr const * expr) { compiler.getSourceManager().getImmediateMacroCallerLoc( compiler.getSourceManager().getImmediateMacroCallerLoc( expr->getBeginLoc()))))), - SRCDIR "/include/tools/diagnose_ex.h")) + SRCDIR "/include/comphelper/diagnose_ex.hxx")) return true; StringRef name { |