diff options
author | nyamatongwe <devnull@localhost> | 2004-07-19 10:16:49 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2004-07-19 10:16:49 +0000 |
commit | 181be9ff0128bb0133e26e581257cb60a6764e57 (patch) | |
tree | 1bc43a269619c127fc105697666a8efc9264a2b6 /include/PropSet.h | |
parent | d087a0fa725a2ddbe871041c8473fdf701009922 (diff) | |
download | scintilla-mirror-181be9ff0128bb0133e26e581257cb60a6764e57.tar.gz |
Patch from Bruce Dodson to substitute any recursive definitions with "".
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 afd076c28..69f4c4b78 100644 --- a/include/PropSet.h +++ b/include/PropSet.h @@ -50,7 +50,7 @@ public: void SetMultiple(const char *s); SString Get(const char *key); SString GetExpanded(const char *key); - SString Expand(const char *withVars, int maxExpands=100, const char *blankVar=NULL); + SString Expand(const char *withVars, int maxExpands=100); int GetInt(const char *key, int defaultValue=0); SString GetWild(const char *keybase, const char *filename); SString GetNewExpand(const char *keybase, const char *filename=""); |