Sketcher: ConstraintType enum indicate underlying type

======================================================

This enables forward declaration
This commit is contained in:
Abdullah Tahiri
2021-12-07 14:16:38 +01:00
parent 0331b8a0ab
commit 0e286af509

View File

@@ -37,7 +37,7 @@ namespace Sketcher
This is mandatory in order to keep the handling of constraint types upward compatible which means that
this program version ignores later introduced constraint types when reading them from a project file.
*/
enum ConstraintType {
enum ConstraintType : int {
None = 0,
Coincident = 1,
Horizontal = 2,