From: robertc <> Date: Fri, 27 Dec 2002 19:37:52 +0000 (+0000) Subject: fix minor scope error X-Git-Tag: SQUID_3_0_PRE1~484 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=640e4b96c255c29b62c02b23bdbbc1741b61d65d;p=thirdparty%2Fsquid.git fix minor scope error --- diff --git a/src/StoreIOState.h b/src/StoreIOState.h index f0800726ac..c6b7f0d4a4 100644 --- a/src/StoreIOState.h +++ b/src/StoreIOState.h @@ -1,6 +1,6 @@ /* - * $Id: StoreIOState.h,v 1.1 2002/12/27 10:26:33 robertc Exp $ + * $Id: StoreIOState.h,v 1.2 2002/12/27 12:37:52 robertc Exp $ * * * SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -70,6 +70,7 @@ public: }; class StoreIOState { +public: typedef RefCount Pointer; };