Kaydet (Commit) eac72c21 authored tarafından Caolán McNamara's avatar Caolán McNamara

WaE: -Werror=conversion-null

Change-Id: I56380e87c82f785f231b04d2e1b340bb667c59d9
üst ce03500b
...@@ -473,7 +473,7 @@ void RTSDevicePage::FillValueBox( const PPDKey* pKey ) ...@@ -473,7 +473,7 @@ void RTSDevicePage::FillValueBox( const PPDKey* pKey )
int SetupPrinterDriver(::psp::PrinterInfo& rJobData) int SetupPrinterDriver(::psp::PrinterInfo& rJobData)
{ {
int nRet = 0; int nRet = 0;
RTSDialog aDialog( rJobData, rJobData.m_aPrinterName, false ); RTSDialog aDialog( rJobData, rJobData.m_aPrinterName, NULL );
if( aDialog.Execute() ) if( aDialog.Execute() )
{ {
......
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