add assembly item destructor to avoid strange linker problemn
This commit is contained in:
parent
de9c61e150
commit
32e6091366
|
@ -38,6 +38,7 @@ class AssemblyExport Item : public App::GeoFeature
|
|||
|
||||
public:
|
||||
Item();
|
||||
~Item() {};
|
||||
|
||||
/** @name base properties of all Assembly Items
|
||||
* This properties corospond mostly to the meta information
|
||||
|
|
Loading…
Reference in New Issue
Block a user