vcl: rename VclReference to VclPtr
and remove the typedefs. The code is more obvious this way. Change-Id: I4c8f5b5ab050dd96216302a03e760ed0e3ab3464
This commit is contained in:
committed by
Michael Meeks
parent
10981bc4e3
commit
a632fa5f2e
@@ -72,7 +72,7 @@ bool VCLWidgets::VisitFieldDecl(const FieldDecl * fieldDecl) {
|
||||
|
||||
report(
|
||||
DiagnosticsEngine::Warning,
|
||||
"vcl::Window subclass allocated as a class member, should be allocated via VclReference.",
|
||||
"vcl::Window subclass allocated as a class member, should be allocated via VclPtr.",
|
||||
fieldDecl->getLocation())
|
||||
<< fieldDecl->getSourceRange();
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user