ObjectIdentifier has virtual method but no virtual destructor
fix 32-bit issues in PythonStuff.cpp
This commit is contained in:
@@ -160,6 +160,8 @@ public:
|
||||
|
||||
ObjectIdentifier(const App::Property & prop);
|
||||
|
||||
virtual ~ObjectIdentifier() {}
|
||||
|
||||
// Components
|
||||
void addComponent(const Component &c) { components.push_back(c); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user