diff options
author | nyamatongwe <unknown> | 2004-06-09 12:18:02 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2004-06-09 12:18:02 +0000 |
commit | a84107b308b3c7c1075c4e8beedfc6cd67701814 (patch) | |
tree | cdc25ec45ecaecf459bf5282bb22027a58ddbdb6 /include/PropSet.h | |
parent | 8109f9b2131a3c5458734a1fa5bd005b43fb632f (diff) | |
download | scintilla-mirror-a84107b308b3c7c1075c4e8beedfc6cd67701814.tar.gz |
Unset function on PropSet.
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); |