diff options
| author | Wladimir J. van der Laan <[email protected]> | 2017-02-15 11:31:28 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2017-02-15 11:31:28 +0100 |
| commit | 6c5427d24ca18ce01e46242876e24f68a9c72cc3 (patch) | |
| tree | 73b07bb5f5bc6a2bce2e5cde55d47337d81317b5 /src/chainparams.cpp | |
| parent | Merge #9108: Use importmulti timestamp when importing watch only keys (on top... (diff) | |
| download | discoin-6c5427d24ca18ce01e46242876e24f68a9c72cc3.tar.xz discoin-6c5427d24ca18ce01e46242876e24f68a9c72cc3.zip | |
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 'src/chainparams.cpp')
0 files changed, 0 insertions, 0 deletions