Loft: fix build with MSVC2013

This commit is contained in:
DeepSOIC 2015-06-30 21:27:13 +03:00 committed by Stefan Tröger
parent 4b48362ec6
commit ec2bbc4c34

View File

@ -142,6 +142,7 @@ bool ViewProviderLoft::onDelete(const std::vector<std::string> &s)
Gui::Application::Instance->getViewProvider(pcSketch)->show();
return ViewProvider::onDelete(s);*/
return true;
}