Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added CORE_EXPORTs
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14699 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Nov 17, 2010
1 parent cffc257 commit e79417d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/qgslabelsearchtree.h
Expand Up @@ -30,7 +30,7 @@
using namespace pal;

/**A class to query the labeling structure at a given point (small wraper around pal RTree class)*/
class QgsLabelSearchTree
class CORE_EXPORT QgsLabelSearchTree
{
public:
QgsLabelSearchTree();
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsmaprenderer.h
Expand Up @@ -39,7 +39,7 @@ class QgsOverlayObjectPositionManager;
class QgsVectorLayer;
class QgsFeature;

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

0 comments on commit e79417d

Please sign in to comment.