Use the override specifier (C++11) where we expect to be overriding the virtual funct...
commitaa95947ded93e7e45f222f255baf186433cc11fc
authorpracticalswift <practicalswift@users.noreply.github.com>
Tue, 20 Jun 2017 19:58:56 +0000 (20 21:58 +0200)
committerpracticalswift <practicalswift@users.noreply.github.com>
Wed, 28 Jun 2017 00:12:06 +0000 (28 02:12 +0200)
tree5c57ac83b17f7d0ac6095a8e36c359e5f3121ae6
parentacb11535cb8499fd47fdde7f52457f8945b58856
Use the override specifier (C++11) where we expect to be overriding the virtual function of a base class
18 files changed:
src/httprpc.cpp
src/httpserver.cpp
src/keystore.h
src/script/interpreter.h
src/script/sigcache.h
src/script/sign.cpp
src/script/sign.h
src/support/lockedpool.cpp
src/test/addrman_tests.cpp
src/test/allocator_tests.cpp
src/test/net_tests.cpp
src/test/versionbits_tests.cpp
src/txdb.h
src/validation.cpp
src/versionbits.cpp
src/wallet/crypter.h
src/wallet/wallet.h
src/zmq/zmqpublishnotifier.h