Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_stat_watcher.h')
-rw-r--r--src/node_stat_watcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_stat_watcher.h b/src/node_stat_watcher.h
index fd38c8b42ff..9d5e1fd2826 100644
--- a/src/node_stat_watcher.h
+++ b/src/node_stat_watcher.h
@@ -30,7 +30,7 @@
namespace node {
-class StatWatcher : ObjectWrap {
+class StatWatcher : public ObjectWrap {
public:
static void Initialize(v8::Handle<v8::Object> target);
inline Environment* env() const { return env_; }