[QGIS Commit] r12197 - trunk/qgis/src/core/composer
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Thu Nov 19 12:16:29 EST 2009
Author: jef
Date: 2009-11-19 12:16:28 -0500 (Thu, 19 Nov 2009)
New Revision: 12197
Modified:
trunk/qgis/src/core/composer/qgscomposershape.h
Log:
fix windows build error
Modified: trunk/qgis/src/core/composer/qgscomposershape.h
===================================================================
--- trunk/qgis/src/core/composer/qgscomposershape.h 2009-11-19 17:08:56 UTC (rev 12196)
+++ trunk/qgis/src/core/composer/qgscomposershape.h 2009-11-19 17:16:28 UTC (rev 12197)
@@ -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:
More information about the QGIS-commit
mailing list