diff options
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 b493d1598bad..c3cb5dc7ce06 100644 --- a/compilerplugins/clang/vclwidgets.cxx +++ b/compilerplugins/clang/vclwidgets.cxx @@ -373,7 +373,7 @@ bool VCLWidgets::VisitVarDecl(const VarDecl * pVarDecl) { || tc.Class("list").StdNamespace() || tc.Class("mem_fun1_t").StdNamespace() // registration template thing, doesn't actually allocate anything we need to care about - || tc.Class("OMultiInstanceAutoRegistration").Namespace("dbp").GlobalNamespace()) + || tc.Class("OMultiInstanceAutoRegistration").Namespace("compmodule").GlobalNamespace()) { return true; } |