Skip to content

Commit eafd64b

Browse files
sam-githubBethGriggs
authored andcommitted
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 0d9798d commit eafd64b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)