Fix bug in VLayoutPieceData class.

--HG--
branch : feature
This commit is contained in:
Roman Telezhynskyi 2019-03-30 11:15:14 +02:00
parent 69340a4ff2
commit 4565a47b91

View file

@ -87,7 +87,8 @@ public:
grainlineEnabled(detail.grainlineEnabled),
m_tmDetail(detail.m_tmDetail),
m_tmPattern(detail.m_tmPattern),
m_placeLabels(detail.m_placeLabels)
m_placeLabels(detail.m_placeLabels),
m_square(detail.m_square)
{}
~VLayoutPieceData() {}