Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add some core_exports
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15505 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Mar 15, 2011
1 parent a459295 commit 5b4fe60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/qgsdiagramrendererv2.h
Expand Up @@ -16,7 +16,7 @@ class QgsFeature;
class QgsRenderContext;
class QDomElement;

struct QgsDiagramLayerSettings
struct CORE_EXPORT QgsDiagramLayerSettings
{
//avoid inclusion of QgsPalLabeling
enum Placement
Expand Down Expand Up @@ -64,7 +64,7 @@ struct QgsDiagramLayerSettings
};

//diagram settings for rendering
struct QgsDiagramSettings
struct CORE_EXPORT QgsDiagramSettings
{
enum SizeType
{
Expand Down

0 comments on commit 5b4fe60

Please sign in to comment.