Fix syntax error
Change-Id: Id646518713124d34971da2843aa201b093861792
This commit is contained in:
parent
51fc55cfcc
commit
0f95b244e6
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ PrinterInfoManager::PrinterInfoManager( Type eType ) :
|
|||
m_eType( eType ),
|
||||
m_bUseIncludeFeature( false ),
|
||||
m_bUseJobPatch( true ),
|
||||
m_aSystemDefaultPaper( "A4" ),
|
||||
m_aSystemDefaultPaper( "A4" )
|
||||
{
|
||||
// initSystemDefaultPaper();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue