]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix build error in Acl*Checklist
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 23 Mar 2009 23:06:38 +0000 (11:06 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 23 Mar 2009 23:06:38 +0000 (11:06 +1200)
src/acl/Checklist.h

index 7a46ecc2a2abf2c2936361206bf70fa3d2e052c4..9cf5d52001e6a8b7ef62fb86e9561540cd56d7f4 100644 (file)
@@ -154,8 +154,9 @@ public:
        virtual bool hasRequest() const = 0;
        virtual bool hasReply() const = 0;
 
-private:
+protected:
     virtual void checkCallback(allow_t answer);
+private:
     void checkAccessList();
     void checkForAsync();