• Noel Grandin's avatar
    remove unnecessary use of Reference constructor in throw · 9af0abeb
    Noel Grandin yazdı
    Convert code like this:
      throw IOException("xx",
         Reference< XInterface >(static_cast<OWeakObject*>(this)) );
    to this:
      throw IOException("xx",
         static_cast<OWeakObject*>(this) );
    
    Change-Id: Ife9f645f0f1810a8e80219126193015502c43dbb
    9af0abeb
Adı
Son kayıt (commit)
Son güncelleme
..
source Loading commit data...
CppunitTest_sdext_pdfimport.mk Loading commit data...
CustomTarget_pdfimport.mk Loading commit data...
Executable_pdf2xml.mk Loading commit data...
Executable_pdfunzip.mk Loading commit data...
Executable_xpdfimport.mk Loading commit data...
Library_PresentationMinimizer.mk Loading commit data...
Library_PresenterScreen.mk Loading commit data...
Library_pdfimport.mk Loading commit data...
Makefile Loading commit data...
Module_sdext.mk Loading commit data...
Package_pdfimport_xpdfimport.mk Loading commit data...
README Loading commit data...
StaticLibrary_pdfimport_s.mk Loading commit data...