Better to manually define values for enum in this case. Values used in file.

--HG--
branch : feature
This commit is contained in:
Roman Telezhynskyi 2016-11-29 15:29:29 +02:00
parent b3f3f03cc3
commit 3ab96f0105

View file

@ -77,7 +77,7 @@ enum class PieceNodeAngle : unsigned char
enum class PiecePathIncludeType : unsigned char enum class PiecePathIncludeType : unsigned char
{ {
AsMainPath = 0, AsMainPath = 0,
AsCustomSA AsCustomSA = 1
}; };
enum class PiecePathType : unsigned char {PiecePath = 0, CustomSeamAllowance = 1, InternalPath = 2, Unknown = 3}; enum class PiecePathType : unsigned char {PiecePath = 0, CustomSeamAllowance = 1, InternalPath = 2, Unknown = 3};