From 0c05f93e3d3420f7e70426064601f6809dcc8db3 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 19 Jul 2004 10:16:49 +0000 Subject: Patch from Bruce Dodson to substitute any recursive definitions with "". --- 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 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=""); -- cgit v1.2.3