From a3e24e5ec82cda3495ee375ad6a1f2100b15359c Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Sat, 22 Oct 2005 18:56:30 +0000 Subject: file loading: fixed recognition of stringified directory names fixed clearing values and dirs, e.g. with messages clrall and clrrec fixed c++ conformance svn path=/trunk/; revision=3751 --- externals/grill/pool/source/pool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'externals/grill/pool/source/pool.h') diff --git a/externals/grill/pool/source/pool.h b/externals/grill/pool/source/pool.h index 49b9c378..5d251cd8 100644 --- a/externals/grill/pool/source/pool.h +++ b/externals/grill/pool/source/pool.h @@ -53,7 +53,7 @@ class pooldir: public flext { public: - pooldir(const A &dir,pooldir *parent,I vcnt = 0,I dcnt = 0); + pooldir(const A &dir,pooldir *parent,I vcnt,I dcnt); ~pooldir(); V Clear(BL rec,BL dironly = false); -- cgit v1.2.1