[PD] fix compilation issue with Helix

I introduced it with commit e87b0f4a
This commit is contained in:
Uwe
2021-12-19 21:58:19 +01:00
parent 060f3bf8f3
commit 08137aaeb8

View File

@@ -85,7 +85,7 @@ Helix::Helix()
"The helix' direction; derived from the reference axis.");
ADD_PROPERTY_TYPE(ReferenceAxis, (0), group, App::Prop_None,
"The reference axis of the helix.");
ADD_PROPERTY_TYPE(Mode, (unsigned int(initialMode)), group, App::Prop_None,
ADD_PROPERTY_TYPE(Mode, (long(initialMode)), group, App::Prop_None,
"The helix input mode specifies which properties are set by the user.\n"
"Dependent properties are then calculated.");
Mode.setEnums(ModeEnums);