diff options
Diffstat (limited to 'include/PropSet.h')
| -rw-r--r-- | include/PropSet.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/PropSet.h b/include/PropSet.h index 0b4c2f58d..2766b542a 100644 --- a/include/PropSet.h +++ b/include/PropSet.h @@ -45,6 +45,7 @@ public:  	~PropSet();  	void Set(const char *key, const char *val, int lenKey=-1, int lenVal=-1);  	void Set(const char *keyVal); +	void Unset(const char *key, int lenKey=-1);  	void SetMultiple(const char *s);  	SString Get(const char *key);  	SString GetExpanded(const char *key); | 
