We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 2c4ac08 commit fb94952Copy full SHA for fb94952
src/core/qgsvectorfilewriter.h
@@ -26,17 +26,6 @@
26
27
#include <QPair>
28
29
-#ifdef DEBUG
30
-typedef struct OGRDataSourceHS *OGRDataSourceH;
31
-typedef struct OGRLayerHS *OGRLayerH;
32
-typedef struct OGRGeometryHS *OGRGeometryH;
33
-#else
34
-typedef void *OGRDataSourceH;
35
-typedef void *OGRLayerH;
36
-typedef void *OGRGeometryH;
37
-typedef void *OGRFeatureH;
38
-#endif
39
-
40
41
class QgsSymbolLayerV2;
42
class QTextCodec;
0 commit comments