[geos-commits] r2954 - trunk/include/geos/operation/union
svn_geos at osgeo.org
svn_geos at osgeo.org
Fri Mar 26 08:06:03 EDT 2010
Author: mloskot
Date: 2010-03-26 08:06:02 -0400 (Fri, 26 Mar 2010)
New Revision: 2954
Modified:
trunk/include/geos/operation/union/CascadedPolygonUnion.h
Log:
Added GEOS_DLL with Microsoft-specific __declspec attribute missing from CascadedPolygonUnion class (ported from branches/3.2)
Modified: trunk/include/geos/operation/union/CascadedPolygonUnion.h
===================================================================
--- trunk/include/geos/operation/union/CascadedPolygonUnion.h 2010-03-26 12:03:45 UTC (rev 2953)
+++ trunk/include/geos/operation/union/CascadedPolygonUnion.h 2010-03-26 12:06:02 UTC (rev 2954)
@@ -19,6 +19,7 @@
#ifndef GEOS_OP_UNION_CASCADEDPOLYGONUNION_H
#define GEOS_OP_UNION_CASCADEDPOLYGONUNION_H
+#include <geos/export.h>
#include <vector>
#include <algorithm>
@@ -100,7 +101,7 @@
* where there is <i>no</i> overlap between the input geometries.
* However, this case is likely rare in practice.
*/
-class CascadedPolygonUnion
+class GEOS_DLL CascadedPolygonUnion
{
private:
std::vector<geom::Polygon*>* inputPolys;
More information about the geos-commits
mailing list