From e4eff144d6733edd2111e53613904f22cef9a109 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Sat, 21 Aug 2004 04:17:01 +0000 Subject: "" svn path=/trunk/; revision=1965 --- externals/grill/pool/source/pool.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'externals/grill/pool') diff --git a/externals/grill/pool/source/pool.cpp b/externals/grill/pool/source/pool.cpp index 8773d72c..a4f0805e 100644 --- a/externals/grill/pool/source/pool.cpp +++ b/externals/grill/pool/source/pool.cpp @@ -862,8 +862,10 @@ BL pooldir::LdDirXML(istream &is,I depth,BL mkdir) if(!gettag(is,tag)) break; if(tag == "pool") { - if(tag.type == xmltag::t_start) - LdDirXMLRec(is,depth,mkdir,AtomList()); + if(tag.type == xmltag::t_start) { + AtomList empty; // must be a separate definition for gcc + LdDirXMLRec(is,depth,mkdir,empty); + } else post("pool - pool not initialized yet"); } -- cgit v1.2.1