[Liblas-commits] hg: #ifdef OSR stuff

liblas-commits at liblas.org liblas-commits at liblas.org
Fri Nov 5 14:46:51 EDT 2010


changeset 8d5c3716e25b in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=8d5c3716e25b
summary: #ifdef OSR stuff

diffstat:

 include/liblas/lastransform.hpp |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r d6dda9594a87 -r 8d5c3716e25b include/liblas/lastransform.hpp
--- a/include/liblas/lastransform.hpp	Fri Nov 05 13:42:22 2010 -0500
+++ b/include/liblas/lastransform.hpp	Fri Nov 05 13:46:36 2010 -0500
@@ -83,6 +83,7 @@
 
 private:
 
+#ifdef HAVE_GDAL
     struct OGRSpatialReferenceDeleter
     {
        template <typename T>
@@ -110,7 +111,8 @@
     ReferencePtr m_out_ref_ptr;
     TransformPtr m_transform_ptr;
     
-    
+#endif
+
     ReprojectionTransform(ReprojectionTransform const& other);
     ReprojectionTransform& operator=(ReprojectionTransform const& rhs);
     


More information about the Liblas-commits mailing list