Skip to content

Commit

Permalink
src: consistently declare BindingData class
Browse files Browse the repository at this point in the history
Its defined as a class, so forward declare as a class, fixing type
mismatch warning.

PR-URL: #32677
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
  • Loading branch information
sam-github authored and BethGriggs committed Apr 7, 2020
1 parent 0d9798d commit eafd64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node_stat_watcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

namespace node {
namespace fs {
struct BindingData;
class BindingData;
}

class Environment;
Expand Down

0 comments on commit eafd64b

Please sign in to comment.