+ fix linker error
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5286 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
This commit is contained in:
parent
257544d748
commit
439ea23a40
|
@ -36,7 +36,7 @@ namespace PartDesign
|
|||
* Base class of all PartDesign features.
|
||||
* This kind of features only produce solids or fail.
|
||||
*/
|
||||
class Feature : public Part::Feature
|
||||
class PartDesignExport Feature : public Part::Feature
|
||||
{
|
||||
PROPERTY_HEADER(PartDesign::Feature);
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ class TopoDS_Wire;
|
|||
namespace PartDesign
|
||||
{
|
||||
|
||||
class SketchBased : public PartDesign::Feature
|
||||
class PartDesignExport SketchBased : public PartDesign::Feature
|
||||
{
|
||||
PROPERTY_HEADER(PartDesign::SketchBased);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user