diff options
author | Daniel Kraft <d@domob.eu> | 2018-05-20 09:15:39 +0200 |
---|---|---|
committer | Daniel Kraft <d@domob.eu> | 2018-05-20 09:15:39 +0200 |
commit | 60ebc7da4c2f918c821008088e88aba8ab40d867 (patch) | |
tree | 64375d39d60874eb2a16b6c5760f6659eaac2b68 /src/interfaces | |
parent | d792e47421fcb9ce3b381c1e6d8902777ae3f9f3 (diff) |
trivial: Mark overrides as such.
This trivial change adds the "override" keyword to some methods of
subclasses meant to override interface methods. This ensures that any
future change to the interface' method signatures which are not correctly
mirrored in the subclass will break at compile time with a clear error message,
rather than fail at runtime (which is harder to debug).
Diffstat (limited to 'src/interfaces')
0 files changed, 0 insertions, 0 deletions