fix a minor compil warning

This commit is contained in:
jean-pierre charras 2017-09-01 13:36:55 +02:00
parent a490144183
commit b33b79d654
1 changed files with 1 additions and 2 deletions

View File

@ -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;