From: robertc <> Date: Tue, 15 Jul 2003 02:29:28 +0000 (+0000) Subject: Summary: Be consistent with ESIElements type. X-Git-Tag: SQUID_3_0_PRE1~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1735e3354a548eeda3f5917ee0d7c01d09d884a6;p=thirdparty%2Fsquid.git Summary: Be consistent with ESIElements type. Keywords: Make it class ESIElement throughout. --- diff --git a/src/ESIElement.h b/src/ESIElement.h index 0e53d7dd58..1cbc1c376a 100644 --- a/src/ESIElement.h +++ b/src/ESIElement.h @@ -1,5 +1,5 @@ /* - * $Id: ESIElement.h,v 1.2 2003/07/14 14:15:56 robertc Exp $ + * $Id: ESIElement.h,v 1.3 2003/07/14 20:29:28 robertc Exp $ * * * SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -63,8 +63,10 @@ typedef RefCount esiTreeParentPtr; class ESIVarState; -struct ESIElement : public esiTreeParent +class ESIElement : public esiTreeParent { + +public: typedef RefCount Pointer; /* the types we have */