ports/graphics/gdal/files/patch-ogr-ogrsf_frmts-cad-libopencad-cadheader.h
Sunpoet Po-Chuan Hsieh 8c9ecaf4fe Fix build on i386
Obtained from:	f40ce46804
Thanks to:	wen
2017-05-23 18:51:54 +00:00

17 lines
688 B
C++

Obtained from: https://github.com/nextgis-borsch/lib_opencad/commit/f40ce46804f1612fbeb035d0be5a746105cfc17e
--- ogr/ogrsf_frmts/cad/libopencad/cadheader.h.orig 2017-04-28 16:07:33 UTC
+++ ogr/ogrsf_frmts/cad/libopencad/cadheader.h
@@ -79,10 +79,8 @@ public:
// cppcheck-suppress noExplicitConstructor
CADVariant( const std::string& val );
// cppcheck-suppress noExplicitConstructor
- CADVariant( time_t val );
-public:
- CADVariant( const CADVariant& orig );
- CADVariant& operator=( const CADVariant& orig );
+ CADVariant( long julianday, long milliseconds );
+
public:
long getDecimal() const;
double getReal() const;