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 3690040dea
commit 878b9df68f
10 changed files with 11 additions and 5 deletions

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)