diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-01-26 00:34:52 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-01-26 00:34:52 +0100 |
| commit | d5a59ac2f3411a53a1448f28392a29176fd70bac (patch) | |
| tree | e996f95b4c0e7164c6e3fac4c8e2f9a849f99cf1 /src | |
| parent | fa1ba24a0da94de3ac17c012083dd03a0b38e29e (diff) | |
| download | PROJ-d5a59ac2f3411a53a1448f28392a29176fd70bac.tar.gz PROJ-d5a59ac2f3411a53a1448f28392a29176fd70bac.zip | |
Make JSONParser::buildObjectDomain() static
Diffstat (limited to 'src')
| -rw-r--r-- | src/iso19111/io.cpp | 2 |
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); |
