]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
fix minor scope error
authorrobertc <>
Fri, 27 Dec 2002 19:37:52 +0000 (19:37 +0000)
committerrobertc <>
Fri, 27 Dec 2002 19:37:52 +0000 (19:37 +0000)
src/StoreIOState.h

index f0800726acf1f03bfacbcd3919be7934127c5692..c6b7f0d4a4c4747304d87d0041ede9254b9993db 100644 (file)
@@ -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<storeIOState> Pointer;
 };