[QGIS Commit] r8453 - trunk/qgis/src/core

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sat May 17 15:28:19 EDT 2008


Author: jef
Date: 2008-05-17 15:28:19 -0400 (Sat, 17 May 2008)
New Revision: 8453

Modified:
   trunk/qgis/src/core/qgsrendercontext.h
Log:
fix linking of python bindings on windows

Modified: trunk/qgis/src/core/qgsrendercontext.h
===================================================================
--- trunk/qgis/src/core/qgsrendercontext.h	2008-05-17 17:54:39 UTC (rev 8452)
+++ trunk/qgis/src/core/qgsrendercontext.h	2008-05-17 19:28:19 UTC (rev 8453)
@@ -25,7 +25,7 @@
 class QPainter;
 
 /**Contains information about the context of a rendering operation*/
-class QgsRenderContext
+class CORE_EXPORT QgsRenderContext
 {
  public:
   QgsRenderContext();



More information about the QGIS-commit mailing list