Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix win build
  • Loading branch information
NathanW2 committed Dec 9, 2015
1 parent e8e785c commit 478b6b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/qgsrelationadddlg.h
Expand Up @@ -6,7 +6,7 @@

class QgsVectorLayer;

class GUI_EXPORT QgsRelationAddDlg : public QDialog, private Ui::QgsRelationAddDlgBase
class APP_EXPORT QgsRelationAddDlg : public QDialog, private Ui::QgsRelationAddDlgBase
{
Q_OBJECT

Expand Down
2 changes: 1 addition & 1 deletion src/app/qgsrelationmanagerdialog.h
Expand Up @@ -24,7 +24,7 @@ class QgsRelationManager;
class QgsRelationManagerTreeModel;
class QgsVectorLayer;

class GUI_EXPORT QgsRelationManagerDialog : public QWidget, private Ui::QgsRelationManagerDialogBase
class APP_EXPORT QgsRelationManagerDialog : public QWidget, private Ui::QgsRelationManagerDialogBase
{
Q_OBJECT

Expand Down

0 comments on commit 478b6b9

Please sign in to comment.