Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Attacher: AttachableObject should have virtual destructor
  • Loading branch information
DeepSOIC committed May 13, 2016
1 parent 00d8537 commit a41c79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Part/App/AttachableObject.h
Expand Up @@ -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
Expand Down

0 comments on commit a41c79c

Please sign in to comment.