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 f20ff5a8d4
commit 5d54fef29e

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;
}