aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-01-26 00:34:52 +0100
committerEven Rouault <even.rouault@spatialys.com>2020-01-26 00:34:52 +0100
commitd5a59ac2f3411a53a1448f28392a29176fd70bac (patch)
treee996f95b4c0e7164c6e3fac4c8e2f9a849f99cf1 /src
parentfa1ba24a0da94de3ac17c012083dd03a0b38e29e (diff)
downloadPROJ-d5a59ac2f3411a53a1448f28392a29176fd70bac.tar.gz
PROJ-d5a59ac2f3411a53a1448f28392a29176fd70bac.zip
Make JSONParser::buildObjectDomain() static
Diffstat (limited to 'src')
-rw-r--r--src/iso19111/io.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iso19111/io.cpp b/src/iso19111/io.cpp
index ae5803cc..e4b159bd 100644
--- a/src/iso19111/io.cpp
+++ b/src/iso19111/io.cpp
@@ -4542,7 +4542,7 @@ class JSONParser {
static Measure getMeasure(const json &j);
IdentifierNNPtr buildId(const json &j, bool removeInverseOf);
- ObjectDomainPtr buildObjectDomain(const json &j);
+ static ObjectDomainPtr buildObjectDomain(const json &j);
PropertyMap buildProperties(const json &j, bool removeInverseOf = false);
GeographicCRSNNPtr buildGeographicCRS(const json &j);