src: mark more destructors with override keyword
authorBen Noordhuis <info@bnoordhuis.nl>
Thu, 23 Oct 2014 20:45:58 +0000 (22:45 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Thu, 23 Oct 2014 20:50:00 +0000 (22:50 +0200)
commit8a00961b812680f460d24c1a9d52f5b2e4b17af3
tree8e4670db603f787d2e6b120c48751d3ccb0aa759
parentd2131b74061801936f7f17f8714309aa45981980
src: mark more destructors with override keyword

The previous commits fixed oversights in destructors that should have
been marked virtual but weren't.  This commit marks destructors from
derived classes with the override keyword.
src/async-wrap.h
src/node_contextify.cc
src/node_crypto.cc
src/node_crypto.h
src/node_http_parser.cc
src/node_zlib.cc
src/req_wrap.h
src/string_bytes.cc
src/tls_wrap.h