]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/stmem.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / stmem.h
index 4d90252ae3e8f5de22179d3504e0cfb55c67dc1f..4f6523b9313a3198699d79fce8cd9468c3ebc08a 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.
@@ -44,7 +44,7 @@ public:
     /* Only for use of MemObject */
     void internalAppend(const char *data, int len);
 
-    static SplayNode<mem_node *>::SPLAYCMP NodeCompare;
+    static Splay<mem_node *>::SPLAYCMP NodeCompare;
 
 private:
     void debugDump() const;