From a41c79cd55eb3b1ed42e7ef02546277c76af7a6f Mon Sep 17 00:00:00 2001 From: DeepSOIC Date: Fri, 6 May 2016 19:46:53 +0300 Subject: [PATCH] Attacher: AttachableObject should have virtual destructor --- src/Mod/Part/App/AttachableObject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Part/App/AttachableObject.h b/src/Mod/Part/App/AttachableObject.h index 0a3044265..96313456e 100644 --- a/src/Mod/Part/App/AttachableObject.h +++ b/src/Mod/Part/App/AttachableObject.h @@ -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