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 Oct 29, 2011
1 parent 05e3258 commit 7297b23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/symbology-ng/qgspointdisplacementrenderer.h
Expand Up @@ -28,7 +28,7 @@
class QgsVectorLayer;

/**A renderer that automatically displaces points with the same position*/
class QgsPointDisplacementRenderer: public QgsFeatureRendererV2
class CORE_EXPORT QgsPointDisplacementRenderer: public QgsFeatureRendererV2
{
public:
QgsPointDisplacementRenderer( const QString& labelAttributeName = "" );
Expand Down
2 changes: 1 addition & 1 deletion src/gui/symbology-ng/qgspointdisplacementrendererwidget.h
Expand Up @@ -23,7 +23,7 @@

class QgsPointDisplacementRenderer;

class QgsPointDisplacementRendererWidget: public QgsRendererV2Widget, private Ui::QgsPointDisplacementRendererWidgetBase
class GUI_EXPORT QgsPointDisplacementRendererWidget: public QgsRendererV2Widget, private Ui::QgsPointDisplacementRendererWidgetBase
{
Q_OBJECT
public:
Expand Down

0 comments on commit 7297b23

Please sign in to comment.