Attacher: AttachableObject should have virtual destructor
This commit is contained in:
parent
00d8537b66
commit
a41c79cd55
|
@ -59,7 +59,7 @@ class PartExport AttachableObject : public Part::Feature
|
|||
PROPERTY_HEADER(Part::AttachableObject);
|
||||
public:
|
||||
AttachableObject();
|
||||
~AttachableObject();
|
||||
virtual ~AttachableObject();
|
||||
|
||||
/**
|
||||
* @brief setAttacher sets the AttachEngine object. The class takes the
|
||||
|
|
Loading…
Reference in New Issue
Block a user