diff options
Diffstat (limited to 'converters/osm2pgrouting/files/patch-include_parser_OSMDocumentParserCallback.h')
-rw-r--r-- | converters/osm2pgrouting/files/patch-include_parser_OSMDocumentParserCallback.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/converters/osm2pgrouting/files/patch-include_parser_OSMDocumentParserCallback.h b/converters/osm2pgrouting/files/patch-include_parser_OSMDocumentParserCallback.h new file mode 100644 index 000000000000..c94a324e8865 --- /dev/null +++ b/converters/osm2pgrouting/files/patch-include_parser_OSMDocumentParserCallback.h @@ -0,0 +1,18 @@ +--- include/parser/OSMDocumentParserCallback.h.orig 2017-12-18 15:44:24 UTC ++++ include/parser/OSMDocumentParserCallback.h +@@ -22,13 +22,13 @@ + #ifndef SRC_OSMDOCUMENTPARSERCALLBACK_H_ + #define SRC_OSMDOCUMENTPARSERCALLBACK_H_ + #pragma once +- ++/* + #if __GNUC__ > 4 || \ + (__GNUC__ == 4 && (__GNUC_MINOR__ >= 6)) + #else + #define nullptr NULL + #endif +- ++*/ + + #include <string.h> + #include "./XMLParser.h" |