fdo#82577: Handle Window

Put the VCL Window class in the vcl namespace. Avoids clash with the X11
Window typedef.

Change-Id: Ib1beb7ab4ad75562a42aeb252732a073d25eff1a
This commit is contained in:
Noel Grandin
2014-09-23 11:20:40 +02:00
parent 7cbbefae22
commit 827c46e7d7
2857 changed files with 10038 additions and 9936 deletions

View File

@@ -59,7 +59,7 @@ bool ReturnByRef::VisitCXXMethodDecl(const CXXMethodDecl * functionDecl) {
return true;
}
// Ignore stuff like:
// operator Window *(){ return &m_rWindow; }
// operator vcl::Window *(){ return &m_rWindow; }
if (dyn_cast< CXXConversionDecl >( functionDecl ) != nullptr) {
return true;
}