[Groonga-commit] nroonga/nroonga at c3c8eb0 [master] Fix to correct code

Back to archive index

abetomo null+****@clear*****
Wed Sep 6 17:27:58 JST 2017


abetomo	2017-09-06 17:27:58 +0900 (Wed, 06 Sep 2017)

  New Revision: c3c8eb028f1e4293f5fab3381fe5030ef3d784ce
  https://github.com/nroonga/nroonga/commit/c3c8eb028f1e4293f5fab3381fe5030ef3d784ce

  Merged b409f9a: Merge pull request #15 from abetomo/remove_namespace_v8

  Message:
    Fix to correct code

  Modified files:
    src/nroonga.h

  Modified: src/nroonga.h (+1 -1)
===================================================================
--- src/nroonga.h    2017-09-06 17:25:05 +0900 (f5a7c18)
+++ src/nroonga.h    2017-09-06 17:27:58 +0900 (bae8aa0)
@@ -45,7 +45,7 @@ class Database : public Nan::ObjectWrap {
     static void CommandAfter(uv_work_t* req);
 };
 
-void InitNroonga(v8::Handle<v8::Object> target);
+void InitNroonga(v8::Local<v8::Object> exports);
 
 } // namespace nroonga
 #endif
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20170906/9c855796/attachment-0001.htm 



More information about the Groonga-commit mailing list
Back to archive index