Skip to content

Commit a3cfe6f

Browse files
author
mhugent
committed
Add some core_exports
git-svn-id: http://svn.osgeo.org/qgis/trunk@15505 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent e9be32a commit a3cfe6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/qgsdiagramrendererv2.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class QgsFeature;
1616
class QgsRenderContext;
1717
class QDomElement;
1818

19-
struct QgsDiagramLayerSettings
19+
struct CORE_EXPORT QgsDiagramLayerSettings
2020
{
2121
//avoid inclusion of QgsPalLabeling
2222
enum Placement
@@ -64,7 +64,7 @@ struct QgsDiagramLayerSettings
6464
};
6565

6666
//diagram settings for rendering
67-
struct QgsDiagramSettings
67+
struct CORE_EXPORT QgsDiagramSettings
6868
{
6969
enum SizeType
7070
{

0 commit comments

Comments
 (0)