]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/acl/HttpStatus.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / acl / HttpStatus.h
index 8be1302480f90753e362603c4f8ffc9c2e555f48..1a24ec4925de68a784b97ba7581e5524e054689a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -45,7 +45,7 @@ public:
 protected:
     static Prototype RegistryProtoype;
     static ACLHTTPStatus RegistryEntry_;
-    SplayNode<acl_httpstatus_data*> *data;
+    Splay<acl_httpstatus_data*> *data;
     char const *class_;
 };