add missing return value

This commit is contained in:
Stefan Tröger
2016-04-12 18:12:09 +02:00
parent c0e850cd0d
commit ab2cc10ac7
+2 -2
View File
@@ -140,8 +140,8 @@ bool ViewProviderPipe::onDelete(const std::vector<std::string> &s)
// if abort command deleted the object the sketch is visible again
if (pcSketch && Gui::Application::Instance->getViewProvider(pcSketch))
Gui::Application::Instance->getViewProvider(pcSketch)->show();
return ViewProvider::onDelete(s);*/
*/
return ViewProvider::onDelete(s);
}