[geos-commits] r2953 -
branches/3.2/source/headers/geos/operation/union
svn_geos at osgeo.org
svn_geos at osgeo.org
Fri Mar 26 08:03:45 EDT 2010
Author: mloskot
Date: 2010-03-26 08:03:45 -0400 (Fri, 26 Mar 2010)
New Revision: 2953
Modified:
branches/3.2/source/headers/geos/operation/union/CascadedPolygonUnion.h
Log:
Added GEOS_DLL with Microsoft-specific __declspec attribute missing from CascadedPolygonUnion class
Modified: branches/3.2/source/headers/geos/operation/union/CascadedPolygonUnion.h
===================================================================
--- branches/3.2/source/headers/geos/operation/union/CascadedPolygonUnion.h 2010-03-26 12:01:13 UTC (rev 2952)
+++ branches/3.2/source/headers/geos/operation/union/CascadedPolygonUnion.h 2010-03-26 12:03:45 UTC (rev 2953)
@@ -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