aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2018-12-28 19:04:27 +0100
committerEven Rouault <even.rouault@spatialys.com>2018-12-28 19:04:27 +0100
commit18e63a90b187bcf6421694ed95e90923516c5fef (patch)
tree7aff781ace7dd3704e3f96c32c6bcf01edf6c804 /include
parent123011447a2d7d25041cc3e466408a0d81bb4d3b (diff)
parentd43a09983fd0c115a175613c7d77a648b0500791 (diff)
downloadPROJ-18e63a90b187bcf6421694ed95e90923516c5fef.tar.gz
PROJ-18e63a90b187bcf6421694ed95e90923516c5fef.zip
Merge remote-tracking branch 'rouault/gdalbarn'
Diffstat (limited to 'include')
-rw-r--r--include/proj/util.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/proj/util.hpp b/include/proj/util.hpp
index c2f2b7fe..c40595f2 100644
--- a/include/proj/util.hpp
+++ b/include/proj/util.hpp
@@ -506,6 +506,7 @@ class PropertyMap {
bool getStringValue(const std::string &key, std::string &outVal) const;
bool getStringValue(const std::string &key,
optional<std::string> &outVal) const;
+ void unset(const std::string &key);
static PropertyMap createAndSetName(const char *name);
static PropertyMap createAndSetName(const std::string &name);