Skip to content

Commit b2a479c

Browse files
author
jef
committed
fix windows build error
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12197 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent e33b6dc commit b2a479c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/composer/qgscomposershape.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#include "qgscomposeritem.h"
2222

2323
/**A composer items that draws common shapes (ellipse, triangle, rectangle)*/
24-
class QgsComposerShape: public QgsComposerItem
24+
class CORE_EXPORT QgsComposerShape: public QgsComposerItem
2525
{
2626
public:
2727

0 commit comments

Comments
 (0)