+ 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:
wmayer 2011-12-12 21:25:52 +00:00
parent 257544d748
commit 439ea23a40
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -33,7 +33,7 @@ class TopoDS_Wire;
namespace PartDesign
{
class SketchBased : public PartDesign::Feature
class PartDesignExport SketchBased : public PartDesign::Feature
{
PROPERTY_HEADER(PartDesign::SketchBased);