]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - tools/purge/squid-tlv.hh
Maintenance: Removed most NULLs using modernize-use-nullptr (#1075)
[thirdparty/squid.git] / tools / purge / squid-tlv.hh
index 43b106fbd6583f361cb3aaa0c8e28a63d2feffeb..9f55eb66189ac6c43df4c50cd4ebbf397478cf9e 100644 (file)
@@ -96,7 +96,7 @@ struct StoreMetaStdLFS {
 struct SquidTLV {
   // create a shallow reference pointing into the "buffer" variable
   // do not copy --> saves times, saves memory.
-  SquidTLV( SquidMetaType _type, size_t _size = 0, void* _data = 0 );
+  SquidTLV( SquidMetaType _type, size_t _size = 0, void* _data = nullptr );
   ~SquidTLV() {}
 
   SquidTLV*      next;