Fix uninitialized member in DRC_ITEM constructor.

This commit is contained in:
Andrew Zonenberg 2014-08-16 14:12:11 -04:00 committed by Wayne Stambaugh
parent cb91e0953d
commit 87a5fa18d1
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ public:
m_MainPosition = aMainPos;
m_AuxiliaryPosition = bAuxiliaryPos;
m_hasSecondItem = true;
m_noCoordinate = false;
}
/**