aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/PropSet.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2004-06-09 12:18:02 +0000
committernyamatongwe <unknown>2004-06-09 12:18:02 +0000
commita84107b308b3c7c1075c4e8beedfc6cd67701814 (patch)
treecdc25ec45ecaecf459bf5282bb22027a58ddbdb6 /include/PropSet.h
parent8109f9b2131a3c5458734a1fa5bd005b43fb632f (diff)
downloadscintilla-mirror-a84107b308b3c7c1075c4e8beedfc6cd67701814.tar.gz
Unset function on PropSet.
Diffstat (limited to 'include/PropSet.h')
-rw-r--r--include/PropSet.h1
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);