add missing return value

This commit is contained in:
Stefan Tröger 2015-06-03 16:06:19 +02:00
parent c0e850cd0d
commit ab2cc10ac7

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