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

@@ -88,6 +88,8 @@ bool ViewProviderPrimitive::setEdit(int ModNum)
else {
return PartGui::ViewProviderPart::setEdit(ModNum);
}*/
return false;
}