summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/refcounting.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/refcounting.cxx')
-rw-r--r--compilerplugins/clang/refcounting.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/refcounting.cxx b/compilerplugins/clang/refcounting.cxx
index ffbe478300d9..cc3a56b76e21 100644
--- a/compilerplugins/clang/refcounting.cxx
+++ b/compilerplugins/clang/refcounting.cxx
@@ -341,7 +341,7 @@ void RefCounting::checkUnoReference(QualType qt, const Decl* decl, const std::st
"uno::Reference " + rDeclName + " with template parameter that does not contain ::static_type() "
+ qt.getAsString()
+ ", parent is " + rParentName
- + ", should probably be using rtl::Reference instead"
+ + ", should probably be using rtl::Reference instead",
decl->getLocation())
<< decl->getSourceRange();
}