From 640e4b96c255c29b62c02b23bdbbc1741b61d65d Mon Sep 17 00:00:00 2001 From: robertc <> Date: Fri, 27 Dec 2002 19:37:52 +0000 Subject: [PATCH] fix minor scope error --- src/StoreIOState.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; }; -- 2.47.3