Skip to content

Commit 95c0885

Browse files
committed
src: consistently declare BindingData class
Its defined as a class, so forward declare as a class, fixing type mismatch warning. PR-URL: #32677 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent 561dda2 commit 95c0885

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/node_stat_watcher.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
namespace node {
3333
namespace fs {
34-
struct BindingData;
34+
class BindingData;
3535
}
3636

3737
class Environment;

0 commit comments

Comments
 (0)