diff options
author | nyamatongwe <devnull@localhost> | 2001-11-30 23:06:05 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2001-11-30 23:06:05 +0000 |
commit | f3e6e6aa71ccf89d761e5a5088018d3e5a1d9bbf (patch) | |
tree | 357adca6dd6252ee38de3ce526ac3af0062ff208 /include/PropSet.h | |
parent | d465e2aed7a7992373b91fec451edfa1de224ef6 (diff) | |
download | scintilla-mirror-f3e6e6aa71ccf89d761e5a5088018d3e5a1d9bbf.tar.gz |
Gave GetNewExpand a default filename to make it easier to do expansion.
Diffstat (limited to 'include/PropSet.h')
-rw-r--r-- | include/PropSet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/PropSet.h b/include/PropSet.h index 6f6bf410f..45ee8d3bd 100644 --- a/include/PropSet.h +++ b/include/PropSet.h @@ -41,7 +41,7 @@ public: SString Expand(const char *withVars); int GetInt(const char *key, int defaultValue=0); SString GetWild(const char *keybase, const char *filename); - SString GetNewExpand(const char *keybase, const char *filename); + SString GetNewExpand(const char *keybase, const char *filename=""); void Clear(); char *ToString(); // Caller must delete[] the return value bool GetFirst(char **key, char **val); |