diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-04-27 10:03:03 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-04-27 10:03:03 +0200 |
commit | 5a7123d6869c9248a7ce3a22fffd84f76ceb360f (patch) | |
tree | 2a53a03064fc1b8fea81f7b2c46cf47646a499e5 /compilerplugins | |
parent | a5aeec9b1c44ad321270260384c5a8b11ed2ba08 (diff) |
Fix build after 7d71451e8e0226d3f3f523611f55132eda6ec10f
"vcl: change pImpl class names to fit with existing convention"
Change-Id: Ic02ca5b71a96b852951ac1b14b966b1ba2f006e9
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/vclwidgets.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/vclwidgets.cxx b/compilerplugins/clang/vclwidgets.cxx index 32d471240de1..2d5dd6333bc9 100644 --- a/compilerplugins/clang/vclwidgets.cxx +++ b/compilerplugins/clang/vclwidgets.cxx @@ -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( |