Fix Compile Warning

- m_sectionFormat is not used yet and provokes a
  warning message.
This commit is contained in:
wandererfan
2019-01-21 16:01:25 -05:00
committed by Yorik van Havre
parent 242717f5e3
commit af75332295

View File

@@ -85,7 +85,7 @@ private:
double m_arrowSize;
//QColor m_color;
double m_extLen;
int m_sectionFormat; //0 = ASME, 1 = ISO
// int m_sectionFormat; //0 = ASME, 1 = ISO
};
}