fix build with MSVC11 aka 2012

This commit is contained in:
DeepSOIC
2015-05-11 20:50:17 +03:00
committed by Stefan Tröger
parent 52c8a19d4d
commit 05b9dd60e3
10 changed files with 11 additions and 5 deletions

View File

@@ -38,6 +38,7 @@ namespace PartDesign {
PROPERTY_SOURCE(PartDesign::FeaturePrimitive, PartDesign::FeatureAddSub)
FeaturePrimitive::FeaturePrimitive()
: primitiveType(Box)
{
ADD_PROPERTY_TYPE(References, (0,0), "Primitive", (App::PropertyType)(App::Prop_None), "References to build the location of the primitive");
}