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

Commit 034a5f2

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 92c517c commit 034a5f2

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)