Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 281763
Collapse All | Expand All

(-)./src/Inventor/Qt/SoQtComponent.cpp.orig (-1 / +1 lines)
Lines 100-106 Link Here
100
  this->parent->removeEventFilter(this);
100
  this->parent->removeEventFilter(this);
101
}
101
}
102
102
103
static void delete_dict_value(unsigned long key, void * value)
103
static void delete_dict_value(SbDictKeyType key, void * value)
104
{
104
{
105
  delete (QCursor *)value;
105
  delete (QCursor *)value;
106
}
106
}

Return to bug 281763