aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2017-02-15 11:31:28 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2017-02-15 11:31:28 +0100
commit6c5427d24ca18ce01e46242876e24f68a9c72cc3 (patch)
tree73b07bb5f5bc6a2bce2e5cde55d47337d81317b5 /share
parentd8e8b06bd0659b35e51effe35400408ec15bb09b (diff)
downloadbitcoin-6c5427d24ca18ce01e46242876e24f68a9c72cc3.tar.xz
wallet: Prevent "overrides a member function but is not marked 'override'" warnings
Because it is used inconsistently at least version 5.4.0 of g++ to complains about methods that don't use override. There is two ways to go about this: remove override from the methods having it, or add it to the methods missing it. I chose the second.
Diffstat (limited to 'share')
0 files changed, 0 insertions, 0 deletions