Skip to content

Commit 3dd1b7d

Browse files
author
mhugent
committed
Added CORE_EXPORTs
git-svn-id: http://svn.osgeo.org/qgis/trunk@14699 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 3e3fb35 commit 3dd1b7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/core/qgslabelsearchtree.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
using namespace pal;
3131

3232
/**A class to query the labeling structure at a given point (small wraper around pal RTree class)*/
33-
class QgsLabelSearchTree
33+
class CORE_EXPORT QgsLabelSearchTree
3434
{
3535
public:
3636
QgsLabelSearchTree();

src/core/qgsmaprenderer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class QgsOverlayObjectPositionManager;
3939
class QgsVectorLayer;
4040
class QgsFeature;
4141

42-
struct QgsLabelPosition
42+
struct CORE_EXPORT QgsLabelPosition
4343
{
4444
QgsLabelPosition( int id, double r, const QVector< QgsPoint >& corners, const QgsRectangle& rect, double w, double h, const QString& layer, bool upside_down ):
4545
featureId( id ), rotation( r ), cornerPoints( corners ), labelRect( rect ), width( w ), height( h ), layerID( layer ), upsideDown( upside_down ) {}

0 commit comments

Comments
 (0)