PartGui: set export macro to fix linking errors in PartDesignGui
This commit is contained in:
parent
6356636b04
commit
14e3221374
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user