PartGui: set export macro to fix linking errors in PartDesignGui

This commit is contained in:
wmayer 2016-12-08 10:33:47 +01:00
parent 6356636b04
commit 14e3221374

View File

@ -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
@ -134,7 +134,7 @@ private:
};
/// simulation dialog for the TaskView
class TaskDlgAttacher : public Gui::TaskView::TaskDialog
class PartGuiExport TaskDlgAttacher : public Gui::TaskView::TaskDialog
{
Q_OBJECT