fix a minor compil warning
This commit is contained in:
parent
a490144183
commit
b33b79d654
|
@ -68,8 +68,7 @@ wxPoint BOARD_ITEM::ZeroOffset( 0, 0 );
|
|||
|
||||
BOARD::BOARD() :
|
||||
BOARD_ITEM_CONTAINER( (BOARD_ITEM*) NULL, PCB_T ),
|
||||
m_NetInfo( this ),
|
||||
m_paper( PAGE_INFO::A4 )
|
||||
m_paper( PAGE_INFO::A4 ), m_NetInfo( this )
|
||||
{
|
||||
// we have not loaded a board yet, assume latest until then.
|
||||
m_fileFormatVersionAtLoad = LEGACY_BOARD_FILE_VERSION;
|
||||
|
|
Loading…
Reference in New Issue