Skip to content

Commit

Permalink
Fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Sep 24, 2015
1 parent ee6a7d0 commit 935dca0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/app/qgsrulebasedlabelingwidget.h
Expand Up @@ -11,7 +11,7 @@ class QgsMapCanvas;
class QgsVectorLayer;


class GUI_EXPORT QgsRuleBasedLabelingModel : public QAbstractItemModel
class APP_EXPORT QgsRuleBasedLabelingModel : public QAbstractItemModel
{
Q_OBJECT

Expand Down Expand Up @@ -101,7 +101,7 @@ class QgsLabelingGui;

#include "ui_qgslabelingrulepropsdialog.h"

class GUI_EXPORT QgsLabelingRulePropsDialog : public QDialog, private Ui::QgsLabelingRulePropsDialog
class APP_EXPORT QgsLabelingRulePropsDialog : public QDialog, private Ui::QgsLabelingRulePropsDialog
{
Q_OBJECT

Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsrulebasedlabeling.h
Expand Up @@ -21,7 +21,7 @@ class CORE_EXPORT QgsRuleBasedLabeling : public QgsAbstractVectorLayerLabeling
typedef QList<Rule*> RuleList;
typedef QMap<Rule*, QgsVectorLayerLabelProvider*> RuleToProviderMap;

class Rule
class CORE_EXPORT Rule
{
public:
//! takes ownership of settings
Expand Down

0 comments on commit 935dca0

Please sign in to comment.