Skip to content

Commit d47e720

Browse files
author
jef
committed
fix build error on windows
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12253 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 39e4c77 commit d47e720

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/core/composer/qgscomposerarrow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ void QgsComposerArrow::paint( QPainter* painter, const QStyleOptionGraphicsItem*
8787
}
8888
}
8989

90-
void QgsComposerArrow::QgsComposerArrow::setSceneRect( const QRectF& rectangle )
90+
void QgsComposerArrow::setSceneRect( const QRectF& rectangle )
9191
{
9292
//maintain the relative position of start and stop point in the rectangle
9393
double startPointXPos = ( mStartPoint.x() - transform().dx() ) / rect().width();

src/core/composer/qgscomposerarrow.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#include "qgscomposeritem.h"
2222

2323
/**An item that draws an arrow between to points*/
24-
class QgsComposerArrow: public QgsComposerItem
24+
class CORE_EXPORT QgsComposerArrow: public QgsComposerItem
2525
{
2626
public:
2727
QgsComposerArrow( QgsComposition* c );

0 commit comments

Comments
 (0)