aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/ext/channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node/ext/channel.h')
-rw-r--r--src/node/ext/channel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node/ext/channel.h b/src/node/ext/channel.h
index b3aa0f700f..6725ebb03f 100644
--- a/src/node/ext/channel.h
+++ b/src/node/ext/channel.h
@@ -66,6 +66,7 @@ class Channel : public ::node::ObjectWrap {
static NAN_METHOD(New);
static NAN_METHOD(Close);
+ static NAN_METHOD(GetTarget);
static NanCallback *constructor;
static v8::Persistent<v8::FunctionTemplate> fun_tpl;