fix build with MSVC11 aka 2012

This commit is contained in:
DeepSOIC
2016-04-12 18:12:06 +02:00
committed by Stefan Tröger
parent 52c8a19d4d
commit 05b9dd60e3
10 changed files with 11 additions and 5 deletions
+1
View File
@@ -213,6 +213,7 @@ const bool Body::isSolidFeature(const App::DocumentObject* f)
// Transformed Features inside a MultiTransform are not solid features
return !isMemberOfMultiTransform(f);
}
return false;//DeepSOIC: work-in-progress?
}
const bool Body::isAllowed(const App::DocumentObject* f)