[QGIS Commit] r10797 - trunk/qgis/src/core/pal

svn_qgis at osgeo.org svn_qgis at osgeo.org
Fri May 15 02:42:19 EDT 2009


Author: jef
Date: 2009-05-15 02:42:16 -0400 (Fri, 15 May 2009)
New Revision: 10797

Modified:
   trunk/qgis/src/core/pal/palgeometry.h
Log:
fix link error on windows

Modified: trunk/qgis/src/core/pal/palgeometry.h
===================================================================
--- trunk/qgis/src/core/pal/palgeometry.h	2009-05-14 20:54:20 UTC (rev 10796)
+++ trunk/qgis/src/core/pal/palgeometry.h	2009-05-15 06:42:16 UTC (rev 10797)
@@ -38,9 +38,9 @@
 {
 
   /**
-   * \brief Interface that allow Pal to acces user's geometries
+   * \brief Interface that allows Pal to access user's geometries
    */
-  class PalGeometry
+  class CORE_EXPORT PalGeometry
   {
     public:
       /*



More information about the QGIS-commit mailing list