diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-12-28 19:04:27 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-12-28 19:04:27 +0100 |
| commit | 18e63a90b187bcf6421694ed95e90923516c5fef (patch) | |
| tree | 7aff781ace7dd3704e3f96c32c6bcf01edf6c804 /include/proj | |
| parent | 123011447a2d7d25041cc3e466408a0d81bb4d3b (diff) | |
| parent | d43a09983fd0c115a175613c7d77a648b0500791 (diff) | |
| download | PROJ-18e63a90b187bcf6421694ed95e90923516c5fef.tar.gz PROJ-18e63a90b187bcf6421694ed95e90923516c5fef.zip | |
Merge remote-tracking branch 'rouault/gdalbarn'
Diffstat (limited to 'include/proj')
| -rw-r--r-- | include/proj/util.hpp | 1 |
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); |
