Add missing export macro for Box class

This commit is contained in:
wmayer 2012-06-07 23:19:00 +02:00
parent 10de9074c6
commit e848b1e96a

View File

@ -32,7 +32,7 @@
namespace Part
{
class Box :public Part::Primitive
class PartExport Box :public Part::Primitive
{
PROPERTY_HEADER(Part::Box);