src: mark virtual functions with override keyword
authorBen Noordhuis <info@bnoordhuis.nl>
Wed, 22 Oct 2014 02:26:25 +0000 (04:26 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Thu, 23 Oct 2014 20:49:59 +0000 (22:49 +0200)
commit9f5800ab81dd33da792477e5451ec4c83b1cc0fb
tree72bf30a54169684720eefccd6fbf734947bab9c8
parentb33a87d8cb52d5ea57fe4ecd1498f3136a2ccc11
src: mark virtual functions with override keyword

Add `override` keywords where appropriate.  Makes maintenance easier
because the compiler will shout at you when a base class changes in
an incompatible way.
src/cares_wrap.cc
src/fs_event_wrap.cc
src/handle_wrap.h
src/node.cc
src/node_stat_watcher.h
src/node_v8_platform.h
src/smalloc.cc
src/tls_wrap.h
src/udp_wrap.h