Kaydet (Commit) 8d779185 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

It's its, not it's

Change-Id: Ic108625cdc8376095dfd19184ecad39bfeccd160
üst 35fa2673
...@@ -206,7 +206,7 @@ bool VCLWidgets::VisitCXXDestructorDecl(const CXXDestructorDecl* pCXXDestructorD ...@@ -206,7 +206,7 @@ bool VCLWidgets::VisitCXXDestructorDecl(const CXXDestructorDecl* pCXXDestructorD
{ {
report( report(
DiagnosticsEngine::Warning, DiagnosticsEngine::Warning,
"OutputDevice subclass should have nothing in it's destructor but a call to disposeOnce().", "OutputDevice subclass should have nothing in its destructor but a call to disposeOnce().",
pCXXDestructorDecl->getLocStart()) pCXXDestructorDecl->getLocStart())
<< pCXXDestructorDecl->getSourceRange(); << pCXXDestructorDecl->getSourceRange();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment