[geos-commits] r3656 - trunk/include/geos/geom
svn_geos at osgeo.org
svn_geos at osgeo.org
Tue May 29 12:23:03 PDT 2012
Author: strk
Date: 2012-05-29 12:23:01 -0700 (Tue, 29 May 2012)
New Revision: 3656
Modified:
trunk/include/geos/geom/Coordinate.h
trunk/include/geos/geom/Coordinate.inl
Log:
Do not define an empty destructor for Coordinate
Modified: trunk/include/geos/geom/Coordinate.h
===================================================================
--- trunk/include/geos/geom/Coordinate.h 2012-05-29 16:41:17 UTC (rev 3655)
+++ trunk/include/geos/geom/Coordinate.h 2012-05-29 19:23:01 UTC (rev 3656)
@@ -91,8 +91,6 @@
bool isNull() const;
- ~Coordinate();
-
Coordinate(double xNew=0.0, double yNew=0.0, double zNew=DoubleNotANumber);
bool equals2D(const Coordinate& other) const;
Modified: trunk/include/geos/geom/Coordinate.inl
===================================================================
--- trunk/include/geos/geom/Coordinate.inl 2012-05-29 16:41:17 UTC (rev 3655)
+++ trunk/include/geos/geom/Coordinate.inl 2012-05-29 19:23:01 UTC (rev 3656)
@@ -39,11 +39,6 @@
}
INLINE
-Coordinate::~Coordinate()
-{
-}
-
-INLINE
Coordinate::Coordinate(double xNew, double yNew, double zNew)
:
x(xNew),
More information about the geos-commits
mailing list