diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2017-02-15 11:31:28 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2017-02-15 11:31:28 +0100 |
commit | 6c5427d24ca18ce01e46242876e24f68a9c72cc3 (patch) | |
tree | 73b07bb5f5bc6a2bce2e5cde55d47337d81317b5 /depends | |
parent | d8e8b06bd0659b35e51effe35400408ec15bb09b (diff) |
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 'depends')
0 files changed, 0 insertions, 0 deletions