try to squash GCC compile error

This commit is contained in:
donovaly
2020-02-16 22:44:11 +01:00
committed by wmayer
parent b86d97b9bc
commit 01e8e7f777
5 changed files with 2 additions and 4 deletions

View File

@@ -178,7 +178,6 @@ void TaskFilletParameters::onRefDeleted(void)
// delete the selection backwards to assure the list index keeps valid for the deletion
for (int i = selectedList.count()-1; i > -1; i--) {
QListWidgetItem* item = selectedList.at(i);
// get the fillet object
PartDesign::Fillet* pcFillet = static_cast<PartDesign::Fillet*>(DressUpView->getObject());
App::DocumentObject* base = pcFillet->Base.getValue();