aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/pool/source/pool.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-10-22 18:56:30 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-10-22 18:56:30 +0000
commita3e24e5ec82cda3495ee375ad6a1f2100b15359c (patch)
treef35327ec1e4457723ee707fe0aa706f744cc9b8f /externals/grill/pool/source/pool.h
parentcff3f74cfb2688fc6b28bcddd7e6b4635d58a2f1 (diff)
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
Diffstat (limited to 'externals/grill/pool/source/pool.h')
-rw-r--r--externals/grill/pool/source/pool.h2
1 files changed, 1 insertions, 1 deletions
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);