ZRef<ZNodeRep> ZNodeIterRep_Wrapper::Current()
	{
	if (ZRef<ZNodeRep> theRep = fIterRep->Current())
		return new ZNodeRep_Wrapper(fParent, fName, fDepth, theRep);
	return ZRef<ZNodeRep>();
	}