From da95ad47af1f345a208a816fd3a641bc47c4b32c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 12 Oct 2016 08:49:35 +0200 Subject: typo Change-Id: Iea55eee0e5e777e46bb02435f10bca03e554a15c --- compilerplugins/clang/refcounting.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compilerplugins') 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(); } -- cgit