ObjectIdentifier has virtual method but no virtual destructor

fix 32-bit issues in PythonStuff.cpp
This commit is contained in:
wmayer
2016-10-01 11:03:15 +02:00
parent 75fec57195
commit 314720c8c1
2 changed files with 14 additions and 0 deletions

View File

@@ -160,6 +160,8 @@ public:
ObjectIdentifier(const App::Property & prop);
virtual ~ObjectIdentifier() {}
// Components
void addComponent(const Component &c) { components.push_back(c); }