From f3e6e6aa71ccf89d761e5a5088018d3e5a1d9bbf Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 30 Nov 2001 23:06:05 +0000 Subject: Gave GetNewExpand a default filename to make it easier to do expansion. --- include/PropSet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/PropSet.h') 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); -- cgit v1.2.3