Commit 87a5fa18 authored by Andrew Zonenberg's avatar Andrew Zonenberg Committed by Wayne Stambaugh

Fix uninitialized member in DRC_ITEM constructor.

parent cb91e095
......@@ -111,6 +111,7 @@ public:
m_MainPosition = aMainPos;
m_AuxiliaryPosition = bAuxiliaryPos;
m_hasSecondItem = true;
m_noCoordinate = false;
}
/**
......
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