Skip to content

Commit

Permalink
fix windows build error
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12197 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Nov 19, 2009
1 parent e33b6dc commit b2a479c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/composer/qgscomposershape.h
Expand Up @@ -21,7 +21,7 @@
#include "qgscomposeritem.h"

/**A composer items that draws common shapes (ellipse, triangle, rectangle)*/
class QgsComposerShape: public QgsComposerItem
class CORE_EXPORT QgsComposerShape: public QgsComposerItem
{
public:

Expand Down

0 comments on commit b2a479c

Please sign in to comment.