Skip to content
Permalink
Browse files
Added CORE_EXPORTs
git-svn-id: http://svn.osgeo.org/qgis/trunk@14699 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Nov 17, 2010
1 parent 3e3fb35 commit 3dd1b7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -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();
@@ -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 ) {}

0 comments on commit 3dd1b7d

Please sign in to comment.