Loft: fix build with MSVC2013

This commit is contained in:
DeepSOIC
2016-04-12 18:12:11 +02:00
committed by Stefan Tröger
parent 4b48362ec6
commit ec2bbc4c34
@@ -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;
}