Skip to content

Commit

Permalink
fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Sep 17, 2012
1 parent da8a203 commit bba4e18
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/app/qgsmaptoolpinlabels.h
Expand Up @@ -24,7 +24,7 @@
#include "qgscoordinatetransform.h"

class QgsHighlight;
struct QgsLabelPosition;
class QgsLabelPosition;

/**A map tool for pinning (writing to attribute table) and unpinning labelpositions and rotation*/
class QgsMapToolPinLabels: public QgsMapToolLabel
Expand Down
2 changes: 1 addition & 1 deletion src/app/qgsmaptoolshowhidelabels.h
Expand Up @@ -23,7 +23,7 @@


/**A map tool for showing or hidding a feature's label*/
class QgsMapToolShowHideLabels: public QgsMapToolLabel
class QgsMapToolShowHideLabels : public QgsMapToolLabel
{
Q_OBJECT

Expand Down
4 changes: 2 additions & 2 deletions src/core/diagram/qgsdiagram.h
Expand Up @@ -21,8 +21,8 @@

class QPainter;
class QPointF;
struct QgsDiagramSettings;
struct QgsDiagramInterpolationSettings;
class QgsDiagramSettings;
class QgsDiagramInterpolationSettings;

class QgsRenderContext;

Expand Down
4 changes: 2 additions & 2 deletions src/core/diagram/qgshistogramdiagram.h
Expand Up @@ -25,8 +25,8 @@

class QPainter;
class QPointF;
struct QgsDiagramSettings;
struct QgsDiagramInterpolationSettings;
class QgsDiagramSettings;
class QgsDiagramInterpolationSettings;

class QgsRenderContext;

Expand Down
4 changes: 2 additions & 2 deletions src/core/diagram/qgspiediagram.h
Expand Up @@ -24,8 +24,8 @@

class QPainter;
class QPointF;
struct QgsDiagramSettings;
struct QgsDiagramInterpolationSettings;
class QgsDiagramSettings;
class QgsDiagramInterpolationSettings;

class QgsRenderContext;

Expand Down
4 changes: 2 additions & 2 deletions src/core/diagram/qgstextdiagram.h
Expand Up @@ -24,8 +24,8 @@

class QPainter;
class QPointF;
struct QgsDiagramSettings;
struct QgsDiagramInterpolationSettings;
class QgsDiagramSettings;
class QgsDiagramInterpolationSettings;

class QgsRenderContext;

Expand Down

0 comments on commit bba4e18

Please sign in to comment.