Skip to content

Commit

Permalink
fix build error on windows
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@12253 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Nov 25, 2009
1 parent a4a756b commit eb29110
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/composer/qgscomposerarrow.cpp
Expand Up @@ -87,7 +87,7 @@ void QgsComposerArrow::paint( QPainter* painter, const QStyleOptionGraphicsItem*
}
}

void QgsComposerArrow::QgsComposerArrow::setSceneRect( const QRectF& rectangle )
void QgsComposerArrow::setSceneRect( const QRectF& rectangle )
{
//maintain the relative position of start and stop point in the rectangle
double startPointXPos = ( mStartPoint.x() - transform().dx() ) / rect().width();
Expand Down
2 changes: 1 addition & 1 deletion src/core/composer/qgscomposerarrow.h
Expand Up @@ -21,7 +21,7 @@
#include "qgscomposeritem.h"

/**An item that draws an arrow between to points*/
class QgsComposerArrow: public QgsComposerItem
class CORE_EXPORT QgsComposerArrow: public QgsComposerItem
{
public:
QgsComposerArrow( QgsComposition* c );
Expand Down

0 comments on commit eb29110

Please sign in to comment.