Attacher: AttachableObject should have virtual destructor

This commit is contained in:
DeepSOIC
2016-05-06 19:46:53 +03:00
parent 00d8537b66
commit a41c79cd55

View File

@@ -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