[geos-commits] r3363 - trunk/include/geos/algorithm
svn_geos at osgeo.org
svn_geos at osgeo.org
Fri May 13 12:17:38 EDT 2011
Author: mloskot
Date: 2011-05-13 09:17:38 -0700 (Fri, 13 May 2011)
New Revision: 3363
Modified:
trunk/include/geos/algorithm/Angle.h
Log:
Added missing DLL decspec for Angle class
Modified: trunk/include/geos/algorithm/Angle.h
===================================================================
--- trunk/include/geos/algorithm/Angle.h 2011-05-13 15:53:16 UTC (rev 3362)
+++ trunk/include/geos/algorithm/Angle.h 2011-05-13 16:17:38 UTC (rev 3363)
@@ -20,6 +20,7 @@
#ifndef GEOS_ALGORITHM_ANGLE_H
#define GEOS_ALGORITHM_ANGLE_H
+#include <geos/export.h>
#include <geos/algorithm/CGAlgorithms.h> // for constants
// Forward declarations
@@ -36,7 +37,7 @@
//
/// Unless otherwise noted, methods in this class express angles in radians.
///
-class Angle
+class GEOS_DLL Angle
{
public:
More information about the geos-commits
mailing list