{{ message }}
Commit e35814b
src: add missing override specifier to Clean()
The `CallbackInfo::Clean()` method overrides `Cleanable::Clean()` and
should be marked as `override`, both because it is good practice to do
so and for consistency with the rest of the code base.
PR-URL: #61429
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Aviv Keller <me@aviv.sh>1 parent e9a3426 commit e35814b
1 file changed
Lines changed: 1 addition & 1 deletion

0 commit comments