From 32e6091366290f07ab32d5c45c8cd897437e8d97 Mon Sep 17 00:00:00 2001 From: Stefan Troeger Date: Sat, 25 Jan 2014 17:16:16 +0100 Subject: [PATCH] add assembly item destructor to avoid strange linker problemn --- src/Mod/Assembly/App/Item.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Assembly/App/Item.h b/src/Mod/Assembly/App/Item.h index 9424fdd33..49ec00340 100644 --- a/src/Mod/Assembly/App/Item.h +++ b/src/Mod/Assembly/App/Item.h @@ -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