src: add missing override specifier to Clean() · nodejs/node@e35814b · GitHub
Skip to content

Commit e35814b

Browse files
tniessenaduh95
authored andcommitted
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

File tree

src/node_buffer.cc

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)