Change-Id: Iea55eee0e5e777e46bb02435f10bca03e554a15c
This commit is contained in:
Stephan Bergmann
2016-10-12 08:49:35 +02:00
parent 942716fee1
commit da95ad47af

View File

@@ -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();
}