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

@@ -37,6 +37,7 @@ namespace PartDesign {
PROPERTY_SOURCE(PartDesign::FeatureAddSub, PartDesign::Feature)
FeatureAddSub::FeatureAddSub()
: addSubType(Additive)
{
ADD_PROPERTY(AddSubShape,(TopoDS_Shape()));
}