Changes between Initial Version and Version 1 of Ticket #17854, comment 3
- Timestamp:
- Jul 29, 2022, 2:30:54 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17854, comment 3
initial v1 1 1 override warns you if the method in the upstream class was changed and you forgot to update it in the derived one. This happens regularly in WebKit and without the override keyword it was very hard to find these problems in the Haiku version, now it is easy because the compiler does it. 2 3 It is mandatory in WebKit coding guidelines. 4 5 Anyway, I still don't see the problem here, the method does override one from the parent class, right? So there shouldn't be a problem? I will check again at home but the code compiled for me before I pushed it, unless I forgot to push some files I don't see how there can be an error here?