Skip to content

Commit

Permalink
Add some core_exports
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@15505 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Mar 15, 2011
1 parent e9be32a commit a3cfe6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/qgsdiagramrendererv2.h
Original file line number Diff line number Diff line change
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 a3cfe6f

Please sign in to comment.