Skip to content

Commit

Permalink
Part: [skip ci] add missing export macro
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Nov 7, 2020
1 parent f23187c commit f8bd2c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Mod/Part/App/FeaturePartCircle.h
Expand Up @@ -29,7 +29,7 @@

namespace Part
{
class Circle : public Part::Primitive
class PartExport Circle : public Part::Primitive
{
PROPERTY_HEADER(Part::Circle);

Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Part/App/PrimitiveFeature.h
Expand Up @@ -391,7 +391,7 @@ class PartExport Wedge : public Primitive
void onChanged(const App::Property* prop);
};

class Ellipse : public Part::Primitive
class PartExport Ellipse : public Part::Primitive
{
PROPERTY_HEADER(Part::Ellipse);

Expand Down

0 comments on commit f8bd2c8

Please sign in to comment.