Fix build after 7d71451e8e
"vcl: change pImpl class names to fit with existing convention" Change-Id: Ic02ca5b71a96b852951ac1b14b966b1ba2f006e9
This commit is contained in:
@@ -428,7 +428,7 @@ bool VCLWidgets::VisitFieldDecl(const FieldDecl * fieldDecl) {
|
||||
if (containsVclReferenceBaseSubclass(fieldDecl->getType())) {
|
||||
// have to ignore this for now, nasty reverse dependency from tools->vcl
|
||||
auto check = loplugin::DeclCheck(pParentRecordDecl);
|
||||
if (!(check.Struct("ErrorContextImpl").GlobalNamespace()
|
||||
if (!(check.Struct("ImplErrorContext").GlobalNamespace()
|
||||
|| check.Class("ScHFEditPage").GlobalNamespace()))
|
||||
{
|
||||
report(
|
||||
|
Reference in New Issue
Block a user