Skip to content

Commit

Permalink
Export Isolate::GetCurrent()
Browse files Browse the repository at this point in the history
  • Loading branch information
paddybyers committed Nov 29, 2011
1 parent c854869 commit 4a99621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class NodeOptions {
class Isolate {
public:
NODE_EXTERN static Isolate* GetDefault();
static Isolate* GetCurrent();
NODE_EXTERN static Isolate* GetCurrent();
static uv_loop_t* GetCurrentLoop();
int Start(uv_thread_shared_t *options);
NODE_EXTERN int Start(int argc, char *argv[]);
Expand Down

0 comments on commit 4a99621

Please sign in to comment.