aboutsummaryrefslogtreecommitdiff
path: root/include/proj/util.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/proj/util.hpp')
-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);