Skip to content

Commit

Permalink
PartGui: set export macro to fix linking errors in PartDesignGui
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Dec 8, 2016
1 parent 6356636 commit 14e3221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Mod/Part/Gui/TaskAttacher.h
Expand Up @@ -46,7 +46,7 @@ namespace PartGui {

class Ui_TaskAttacher;

class TaskAttacher : public Gui::TaskView::TaskBox, public Gui::SelectionObserver
class PartGuiExport TaskAttacher : public Gui::TaskView::TaskBox, public Gui::SelectionObserver
{
Q_OBJECT

Expand Down Expand Up @@ -134,7 +134,7 @@ private Q_SLOTS:
};

/// simulation dialog for the TaskView
class TaskDlgAttacher : public Gui::TaskView::TaskDialog
class PartGuiExport TaskDlgAttacher : public Gui::TaskView::TaskDialog
{
Q_OBJECT

Expand Down

0 comments on commit 14e3221

Please sign in to comment.