Fix build after 7d71451e8e0226d3f3f523611f55132eda6ec10f
"vcl: change pImpl class names to fit with existing convention" Change-Id: Ic02ca5b71a96b852951ac1b14b966b1ba2f006e9
This commit is contained in:
parent
a5aeec9b1c
commit
5a7123d686
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user