summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/refcounting.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-10-12 08:49:35 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-10-12 08:49:35 +0200
commitda95ad47af1f345a208a816fd3a641bc47c4b32c (patch)
treee05f92f79369c6632a10ad5d8ac9423d82939c61 /compilerplugins/clang/refcounting.cxx
parent942716fee138b68c2af9411384f402b5692a88b2 (diff)
typo
Change-Id: Iea55eee0e5e777e46bb02435f10bca03e554a15c
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();
}